ctp_create_tool
Turn natural language descriptions into complete CTP tools, including definitions, implementations, and tests.
Instructions
Generate a complete CTP tool from a natural language description. Creates tool definition, implementation, and tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural language description of what the tool should do | |
| name | No | Tool name (optional - will be auto-generated if not provided) | |
| category | No | Tool category (e.g., "converters", "calculators", "generators") | |
| executionMode | No | Where the tool should execute (default: client) |