list-prompt-version-tags
Retrieve and manage all tags associated with a specific prompt version, including names and IDs, with pagination support for efficient data handling.
Instructions
Get a list of all tags for a specific prompt version. Returns tag objects with pagination support.
Example usage: List all tags associated with prompt version 'promptversionid1234'
Expected return: Array of tag objects with names and IDs. Example: [ { "name": "staging", "description": "The version deployed to staging", "id": "promptversionid1234" }, { "name": "development", "description": "The version deployed for development", "id": "promptversionid1234" } ]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
prompt_version_id | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from @arizeai/phoenix-mcp
Related Tools
- @Arize-ai/phoenix
- @sparesparrow/mcp-prompts
- @Arize-ai/phoenix
- @Arize-ai/phoenix
- @MFYDev/ghost-mcp