run_custom_tool
Execute custom tools defined in project configuration by passing tool names and arguments to replace placeholders, enabling AI agents to interact with VS Code.
Instructions
Execute a custom tool defined in project configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Name of the custom tool to run | |
| args | No | Arguments to pass to the custom tool (replaces {{key}} placeholders) |