list_toolsets
List active and available tool groups (toolsets) in the server, configured via PLANE_TOOLSETS env var. Helps clients know which tool definitions are loaded.
Instructions
List the tool groups (toolsets) this server knows and which are active.
Toolsets are selected with the PLANE_TOOLSETS env var (comma-separated, or "all"). A client that only needs a subset can set it to load fewer tool definitions into its context window.
Returns:
Dict with active (toolset names currently registered) and
available (every toolset name the server supports).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||