Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_get_query

Retrieve a specific query by its ID or path from an Azure DevOps project. Customize the response with options to expand details, adjust depth, include deleted items, and use ISO date format.

Instructions

Get a query by its ID or path.

Input Schema

NameRequiredDescriptionDefault
depthNoOptional depth parameter to specify how deep to expand the query. Defaults to 0.
expandNoOptional expand parameter to include additional details in the response. Defaults to 'None'.
includeDeletedNoWhether to include deleted items in the query results. Defaults to false.
projectYesThe name or ID of the Azure DevOps project.
queryYesThe ID or path of the query to retrieve.
useIsoDateFormatNoWhether to use ISO date format in the response. Defaults to false.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 0, "description": "Optional depth parameter to specify how deep to expand the query. Defaults to 0.", "type": "number" }, "expand": { "description": "Optional expand parameter to include additional details in the response. Defaults to 'None'.", "enum": [ "None", "Wiql", "Clauses", "All", "Minimal" ], "type": "string" }, "includeDeleted": { "default": false, "description": "Whether to include deleted items in the query results. Defaults to false.", "type": "boolean" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "query": { "description": "The ID or path of the query to retrieve.", "type": "string" }, "useIsoDateFormat": { "default": false, "description": "Whether to use ISO date format in the response. Defaults to false.", "type": "boolean" } }, "required": [ "project", "query" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

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/ennuiii/DevOpsMcpPAT'

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