get-prompt-by-identifier
Retrieve the latest version of a prompt by its identifier, including its template, model configuration, and invocation parameters. Simplify prompt management and deployment in AI workflows.
Instructions
Get a prompt's latest version by its identifier (name or ID). Returns the prompt version with its template, model configuration, and invocation parameters.
Example usage: Get the latest version of a prompt with name 'article-summarizer'
Expected return: Prompt version object with template and configuration. Example: { "description": "Initial version", "model_provider": "OPENAI", "model_name": "gpt-3.5-turbo", "template": { "type": "chat", "messages": [ { "role": "system", "content": "You are an expert summarizer. Create clear, concise bullet points highlighting the key information." }, { "role": "user", "content": "Please summarize the following {{topic}} article:
{{article}}" } ] }, "template_type": "CHAT", "template_format": "MUSTACHE", "invocation_parameters": { "type": "openai", "openai": {} }, "id": "promptversionid1234" }
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt_identifier | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from @arizeai/phoenix-mcp
Related Tools
- @Arize-ai/phoenix
- @Arize-ai/phoenix
- @Arize-ai/phoenix
- @comet-ml/opik-mcp
- @Arize-ai/phoenix