Skip to main content
Glama

MCP Azure DevOps Server

get_work_item_transitions

Retrieve valid state transitions for Azure DevOps work items to ensure proper workflow progression from a specific state.

Instructions

Get valid state transitions for a work item type from a specific state to ensure proper workflow.

Input Schema

NameRequiredDescriptionDefault
from_stateYesThe current state to get valid transitions from.
projectYesThe name or ID of the project.
work_item_typeYesThe work item type (e.g., 'Bug', 'User Story', 'Task').

Input Schema (JSON Schema)

{ "properties": { "from_state": { "description": "The current state to get valid transitions from.", "type": "string" }, "project": { "description": "The name or ID of the project.", "type": "string" }, "work_item_type": { "description": "The work item type (e.g., 'Bug', 'User Story', 'Task').", "type": "string" } }, "required": [ "project", "work_item_type", "from_state" ], "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/xrmghost/mcp-azure-devops'

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