list_prompts
Browse prompts across your workspace. Filter by collection, workspace, or search term, then get paginated results with prompt IDs for further actions.
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 |