@arizeai/phoenix-mcp

Official

add-prompt-version-tag

Assign tags to specific prompt versions for better organization and tracking within the Phoenix MCP Server, ensuring clear identification and management of prompt iterations.

Instructions

Add a tag to a specific prompt version. The operation returns no content on success (204 status code).

Example usage: Tag prompt version 'promptversionid1234' with the name 'production'

Expected return: Confirmation message of successful tag addition

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
prompt_version_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "prompt_version_id": { "type": "string" } }, "required": [ "prompt_version_id", "name" ], "type": "object" }
ID: ee9d3exkn8