as_ide_call_mcp_tool
Invoke a tool from the running Android Studio's built-in MCP server by providing its name and arguments. Discover tools first with as_ide_list_mcp_tools.
Instructions
Invoke a tool on the running IDE's built-in MCP server (live control).
Use as_ide_list_mcp_tools first to discover available tool names/arguments. Requires the official MCP Server plugin and a running IDE.
Args: params (CallMcpToolInput): name, arguments, timeout.
Returns: str: JSON with the tool result, or an error explanation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |