list-prompts
Retrieve a list of all LLM prompt templates with their IDs, names, and descriptions. Access versioned input message templates configured with model and parameters.
Instructions
Get a list of all the prompts.
Prompts (templates, prompt templates) are versioned templates for input messages to an LLM. Each prompt includes both the input messages, but also the model and invocation parameters to use when generating outputs.
Returns a list of prompt objects with their IDs, names, and descriptions.
Example usage: List all available prompts
Expected return: Array of prompt objects with metadata. Example: [{ "name": "article-summarizer", "description": "Summarizes an article into concise bullet points", "source_prompt_id": null, "id": "promptid1234" }]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |