azure-devops MCP Server

by mmruesch12
Verified

get_work_item

Retrieve detailed information about a specific work item in Azure DevOps by providing the project name and work item ID.

Instructions

Get details of a specific work item

Input Schema

NameRequiredDescriptionDefault
idYesID of the work item
projectYesName of the Azure DevOps project

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the work item", "type": "number" }, "project": { "description": "Name of the Azure DevOps project", "type": "string" } }, "required": [ "project", "id" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops MCP Server

Related Tools

ID: 3obli4updg