Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_get_work_item

Retrieve a specific work item by ID from Azure DevOps with optional field selection, historical state, or expanded relations using PAT authentication.

Instructions

Get a single work item by ID.

Input Schema

NameRequiredDescriptionDefault
asOfNoOptional date string to retrieve the work item as of a specific time. If not provided, the current state will be returned.
expandNoExpand options include 'all', 'fields', 'links', 'none', and 'relations'. Relations can be used to get child workitems. Defaults to 'none'.
fieldsNoOptional list of fields to include in the response. If not provided, all fields will be returned.
idYesThe ID of the work item to retrieve.
projectYesThe name or ID of the Azure DevOps project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asOf": { "description": "Optional date string to retrieve the work item as of a specific time. If not provided, the current state will be returned.", "format": "date-time", "type": "string" }, "expand": { "description": "Expand options include 'all', 'fields', 'links', 'none', and 'relations'. Relations can be used to get child workitems. Defaults to 'none'.", "enum": [ "all", "fields", "links", "none", "relations" ], "type": "string" }, "fields": { "description": "Optional list of fields to include in the response. If not provided, all fields will be returned.", "items": { "type": "string" }, "type": "array" }, "id": { "description": "The ID of the work item to retrieve.", "type": "number" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" } }, "required": [ "id", "project" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

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/ennuiii/DevOpsMcpPAT'

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