list_prompt_partials
List prompt partials across collections, with optional filtering by collection ID. Returns IDs, slugs, names, collections, and status to select a partial for further actions.
Instructions
List partials across collections, with optional collection filtering. Returns ids, slugs, names, collections, and status so you can choose a prompt_partial_id before get_prompt_partial, update_prompt_partial, delete_prompt_partial, or publish_partial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | No | Filter by collection ID. Optional — omit to list all partials across collections |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |