plan
Turn a natural language description into a structured server blueprint with name, slug, tool list, and transport, so you can review configuration before any code is generated.
Instructions
Extract the structured server plan without generating code.
Returns a dict with keys: name, slug, description, tools (list), transport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | claude-sonnet-4-6 | |
| provider | No | anthropic | |
| transport | No | streamable-http | |
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||