list_prompts
Browse the Sonenta prompt library (the global catalogue). Use this to discover the reusable, curated prompts available for a project before you write your own - filter by section / subsection / tier / phase to narrow down. Read-only, free (0 credits). Returns {items:[{key, i18n_key, section, subsection, tier, phase, agent, category, title, template, enabled}], total}. To get a single ready-to-use template with variables filled, use resolve_prompt instead.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
section | string | optional | Filter by top-level section. |
subsection | string | optional | Filter by subsection within a section. |
tier | string | optional | Filter by tier. |
phase | string | optional | Filter by phase. |
enabled | boolean | optional | If set, return only enabled (true) or only disabled (false) prompts; omit for all. |
Example
Section titled “Example”{ "tool": "list_prompts", "arguments": {}}