azure-devops-mcp

by RyanCardin15
Verified

getWorkItemById

Get a specific work item by ID

Input Schema

NameRequiredDescriptionDefault
idYesWork item ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Work item ID", "type": "number" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools