Skip to main content
Glama

azure-devops-mcp

listWorkItems

Retrieve work items from Azure DevOps using a WIQL query. Integrates with the azure-devops-mcp server to streamline work item management and data access.

Instructions

List work items based on a WIQL query

Input Schema

NameRequiredDescriptionDefault
queryYesWIQL query to get work items

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "WIQL query to get work items", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-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/RyanCardin15/AzureDevOps-MCP'

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