list_prompts
List registered prompt templates from the dashboard. Filter by label (e.g., production) or name to view details including template, variables, and metadata.
Instructions
List the prompt templates the user has registered. Each prompt includes id / name / version / template / variables / labels / description / createdAt. Filter by a label such as "production" (?label=xxx), or fetch all versions of one name (?name=xxx). Up to 200 entries; sort = name ASC + created_at DESC. The main path for an AI agent to read and use prompts the user registered in the dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name filter (fetches all versions of that name). Exact match. | |
| label | No | Label filter (e.g. 'production' / 'staging' / 'experiment'). Exact match. | |
| limit | No | Number of prompts to return (1-200, default 200) |