Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_get_query_results_by_id

Retrieve work item query results by query ID in Azure DevOps. Specify project, team, and limit results, ensuring precise data extraction for efficient DevOps operations.

Instructions

Retrieve the results of a work item query given the query ID.

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the query to retrieve results for.
projectNoThe name or ID of the Azure DevOps project. If not provided, the default project will be used.
teamNoThe name or ID of the Azure DevOps team. If not provided, the default team will be used.
timePrecisionNoWhether to include time precision in the results. Defaults to false.
topNoThe maximum number of results to return. Defaults to 50.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the query to retrieve results for.", "type": "string" }, "project": { "description": "The name or ID of the Azure DevOps project. If not provided, the default project will be used.", "type": "string" }, "team": { "description": "The name or ID of the Azure DevOps team. If not provided, the default team will be used.", "type": "string" }, "timePrecision": { "description": "Whether to include time precision in the results. Defaults to false.", "type": "boolean" }, "top": { "default": 50, "description": "The maximum number of results to return. Defaults to 50.", "type": "number" } }, "required": [ "id" ], "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