as_ide_list_mcp_tools
List the tools exposed by the IDE's built-in MCP server. Returns available status and tool list, or an error if the plugin is missing.
Instructions
List the tools exposed by the running IDE's built-in MCP server.
Bridges to studio64.exe stdioMcpServer. Requires the official MCP Server
plugin. Returns an actionable message if unavailable.
Args: params (TimeoutInput): timeout.
Returns: str: JSON with available (bool), tools (list) or an error explanation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |