list_prompts
List and filter prompts by collection, workspace, or search term. Get a paginated summary of IDs, names, slugs, models, and statuses to select a prompt for get, update, or render operations.
Instructions
List prompts across the workspace, with optional collection, workspace, or search filters. Returns a paginated summary with id, name, slug, model, and status so you can choose a prompt_id before get_prompt, update_prompt, or render_prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search prompts by name | |
| page_size | No | Results per page (max 100) | |
| current_page | No | Page number for pagination | |
| workspace_id | No | Filter by workspace ID | |
| collection_id | No | Filter by collection ID (recommended for app-specific prompts) |
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 |