Skip to main content
Glama

azure-devops MCP Server

by mmruesch12

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

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/mmruesch12/azdo-mcp'

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