list_presets
List generator presets with descriptions and maturity to select the right project template. Include experimental presets when needed.
Instructions
List the presets a generator offers (e.g. ts-lib, react-lib, node-service for javascript; py-lib, py-cli for python), each with a description and maturity. Experimental presets are hidden unless includeExperimental is true. Choose a preset that matches the shape the user wants instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generator | Yes | Generator id from list_generators (e.g. "javascript", "python", "go") | |
| includeExperimental | No | Include experimental presets (default false) |