Skip to main content
Glama

Azure DevOps MCP Server

get_work_item

Retrieve detailed information for a specific work item in Azure DevOps by providing its ID, enabling efficient tracking and management of project tasks.

Instructions

Get details of a specific work item

Input Schema

NameRequiredDescriptionDefault
expandNoThe level of detail to include in the response. Defaults to "all" if not specified.
workItemIdYesThe ID of the work item

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expand": { "description": "The level of detail to include in the response. Defaults to \"all\" if not specified.", "enum": [ 0, 1, 2, 3, 4 ], "type": "number" }, "workItemId": { "description": "The ID of the work item", "type": "number" } }, "required": [ "workItemId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

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/Tiberriver256/mcp-server-azure-devops'

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