Skip to main content
Glama

MCP Azure DevOps Server

by Vortiago

query_work_items

Retrieve work item details from Azure DevOps using WIQL queries, specify the number of results, and get formatted outputs for efficient task tracking and management.

Instructions

Query work items using WIQL. Args: query: The WIQL query string top: Maximum number of results to return (default: 30) Returns: Formatted string containing work item details

Input Schema

NameRequiredDescriptionDefault
queryYes
topYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "top": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "title": "Top" } }, "required": [ "query", "top" ], "title": "query_work_itemsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Azure DevOps 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/Vortiago/mcp-azure-devops'

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