Azure DevOps MCP Server for Cline

list_work_items

List work items from a board

Input Schema

NameRequiredDescriptionDefault
queryYesWIQL query to filter work items

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "WIQL query to filter work items", "type": "string" } }, "required": [ "query" ], "type": "object" }