list_presets
List available presets for a generator with descriptions and maturity, and hide experimental options to pick the right template without guessing.
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") | |
| includeExperimental | No | Include experimental presets (default false) |