scaffold_producer
Analyzes client code patterns to infer API schemas and generate stubs. Use consumer source directory and tool name to create producer stubs with optional handler.
Instructions
Generate API stubs from client usage patterns. Infers schema from how client code calls the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consumerDir | Yes | Path to client source directory | |
| toolName | Yes | Name of the endpoint/tool to scaffold | |
| includeHandler | No | Include handler stub |