Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server