run_custom_tool
Execute custom tools within VS Code via the Code MCP Server, enabling AI agents to perform project-specific tasks with defined arguments.
Instructions
Execute a custom tool defined in project configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Arguments to pass to the custom tool (replaces {{key}} placeholders) | |
toolName | Yes | Name of the custom tool to run |