Skip to main content
Glama

MCP Azure DevOps Server

search_work_items

Search for Azure DevOps work items using WIQL queries to find specific tasks, bugs, or user stories within a project.

Instructions

Searches for work items using a WIQL (Work Item Query Language) query.

Input Schema

NameRequiredDescriptionDefault
projectYesThe name or ID of the project.
wiql_queryYesThe Work Item Query Language (WIQL) query.

Input Schema (JSON Schema)

{ "properties": { "project": { "description": "The name or ID of the project.", "type": "string" }, "wiql_query": { "description": "The Work Item Query Language (WIQL) query.", "type": "string" } }, "required": [ "project", "wiql_query" ], "type": "object" }

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/xrmghost/mcp-azure-devops'

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