MCP Azure DevOps Server

by Vortiago
Verified

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

ID: 1t73gvug7p