Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_get_work_items_for_iteration

Retrieve work items for a specific iteration in Azure DevOps using project and iteration IDs. Facilitates tracking and management of tasks within defined development cycles.

Instructions

Retrieve a list of work items for a specified iteration.

Input Schema

NameRequiredDescriptionDefault
iterationIdYesThe ID of the iteration to retrieve work items for.
projectYesThe name or ID of the Azure DevOps project.
teamNoThe name or ID of the Azure DevOps team. If not provided, the default team will be used.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "iterationId": { "description": "The ID of the iteration to retrieve work items for.", "type": "string" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "team": { "description": "The name or ID of the Azure DevOps team. If not provided, the default team will be used.", "type": "string" } }, "required": [ "project", "iterationId" ], "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