get-prompt
Retrieve a prompt by its identifier, optionally targeting a specific tag or version. Returns the prompt template and configuration.
Instructions
Get a prompt using a single MCP-native interface.
Provide a prompt identifier to fetch the latest version, or add a tag or versionId to select a specific version.
Example usage: Get prompt "article-summarizer" Get prompt "article-summarizer" with tag "production" Get prompt "article-summarizer" using version "promptversionid1234"
Expected return: Prompt version object with template and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_identifier | Yes | ||
| tag | No | ||
| version_id | No |