grow_spec
Generates a specification for an API endpoint based on a path and summary, with output to a specified project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The API endpoint path to generate a specification for | |
| summary | Yes | A brief summary of the endpoint's purpose | |
| projectDir | No | Target project directory where specs should be generated. If not provided, will use current directory. |