list-prompts
Retrieve all available prompt templates for LLM input messages, including metadata such as IDs, names, and descriptions, to manage and organize your prompt templates effectively.
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 |