Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

get-work-items

Retrieve specific work items from Azure DevOps using WIQL queries or IDs, and specify fields to include in the response, simplifying integration across multiple organizations and projects.

Instructions

Get work items from Azure DevOps

Input Schema

NameRequiredDescriptionDefault
fieldsNoFields to include in the response
idsNoSpecific work item IDs to retrieve
wiqlNoWork Item Query Language (WIQL) query

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Fields to include in the response", "items": { "type": "string" }, "type": "array" }, "ids": { "description": "Specific work item IDs to retrieve", "items": { "type": "number" }, "type": "array" }, "wiql": { "description": "Work Item Query Language (WIQL) query", "type": "string" } }, "type": "object" }

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/wangkanai/devops-enhanced-mcp'

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