Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

get-work-items

Retrieve work items from Azure DevOps using WIQL queries or specific IDs, with configurable fields for tailored responses, streamlining data access across 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" }
Install Server

Other Tools from DevOps Enhanced MCP

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

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