Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

work_list_team_iterations

Retrieve current iterations for a specific team within a project in Azure DevOps. Input project and team details to track iteration progress and planning. Integrates with PAT-authenticated MCP server for secure access.

Instructions

Retrieve a list of iterations for a specific team in a project.

Input Schema

NameRequiredDescriptionDefault
projectYesThe name or ID of the Azure DevOps project.
teamYesThe name or ID of the Azure DevOps team.
timeframeNoThe timeframe for which to retrieve iterations. Currently, only 'current' is supported.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "team": { "description": "The name or ID of the Azure DevOps team.", "type": "string" }, "timeframe": { "description": "The timeframe for which to retrieve iterations. Currently, only 'current' is supported.", "enum": [ "current" ], "type": "string" } }, "required": [ "project", "team" ], "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