# Editor.Mcp.McpToolsetAttribute

Groups a class of [Editor.Mcp.McpToolAttribute](/api/Editor.Mcp.McpToolAttribute) tools into a named toolset, which agents
browse with list_toolsets and describe_toolset. Without this a class's tools still group
under a name derived from the class name - the attribute exists to pick that name
deliberately and describe what the group is for.

- Kind: attribute
- Namespace: `Editor.Mcp`
- Assembly: `Sandbox.Tools`

## Constructors

- [`McpToolsetAttribute`](/api/Editor.Mcp.McpToolsetAttribute/.ctor)

## Properties

- [`Description`](/api/Editor.Mcp.McpToolsetAttribute/Description): What this group of tools is for. Shown by list_toolsets, so it's what makes the toolset worth describing.
- [`Name`](/api/Editor.Mcp.McpToolsetAttribute/Name): The toolset name agents browse by. Treat it as public API - agents and their workflows break when it changes.
