Skip to main content
Glama

MCP Azure DevOps Server

get_work_item

Retrieve Azure DevOps work items by ID to access project details, with optional field expansion for comprehensive information retrieval.

Instructions

Gets a work item by its ID with optional field expansion.

Input Schema

NameRequiredDescriptionDefault
expandNoThe expand option for the work item. Use 'All' to get all fields.
work_item_idYesThe ID of the work item.

Input Schema (JSON Schema)

{ "properties": { "expand": { "description": "The expand option for the work item. Use 'All' to get all fields.", "type": "string" }, "work_item_id": { "description": "The ID of the work item.", "type": "integer" } }, "required": [ "work_item_id" ], "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