List tools reachable through the gateway
controlcenter_list_available_toolsDiscover which MCP tools are available but not yet loaded by probing unloaded servers without activating them. Reports unreachable servers explicitly and indicates whether the result is complete.
Instructions
Lists the tools of MCP servers that this host has NOT loaded, without loading them. Starts each server, reads its real list_tools output and shuts it down again. Fail-closed: a server that cannot be asked is reported as unreachable with an unknown tool count — never as a server without tools — and the summary states whether the result is complete. Scope is the local MCP root, or a named profile when 'profile' is set. Not required before controlcenter_invoke: call that one directly when the tool name is already known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Restrict the listing to one server, by package name, directory name, MCP name, or profile server key. | |
| mcpRoot | No | Optionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner. | |
| profile | No | Read the server list from this MCP profile instead of the local MCP root. | |
| timeoutMs | No | Timeout pro MCP-Tool-Scan in Millisekunden. Standard: 5000. | |
| profileRoot | No | Optionaler Profilordner. Standard ist ~/.claude/profiles. | |
| includeSchemas | No | Include full input schemas. Off by default because schemas dominate the output. |