Aller au contenu

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.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
sectionstringoptionnelFilter by top-level section.
subsectionstringoptionnelFilter by subsection within a section.
tierstringoptionnelFilter by tier.
phasestringoptionnelFilter by phase.
enabledbooleanoptionnelIf set, return only enabled (true) or only disabled (false) prompts; omit for all.
{
"tool": "list_prompts",
"arguments": {}
}