Skip to main content
Glama

MCP Azure DevOps Server

by Vortiago

get_team_iterations

Retrieve sprint details for a specific team in Azure DevOps, including active, past, and future iterations. Use this tool to view sprint schedules, date ranges, and plan work based on the team's iteration calendar.

Instructions

Retrieves the iterations (sprints) assigned to a specific team. Use this tool when you need to: - View a team's sprint schedule - Find date ranges for iterations - Determine which iteration is currently active - Plan work based on team's iteration calendar IMPORTANT: Iterations in Azure DevOps define time periods for planning and tracking work. They determine sprint dates and are used for capacity planning, burndown charts, and velocity calculations. Args: project_name_or_id: The name or ID of the team project team_name_or_id: The name or ID of the team current: If True, return only the current iteration Returns: Formatted string containing team iteration information including names, date ranges, and time frames (past/current/future), formatted as markdown

Input Schema

NameRequiredDescriptionDefault
currentNo
project_name_or_idYes
team_name_or_idYes

Input Schema (JSON Schema)

{ "properties": { "current": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Current" }, "project_name_or_id": { "title": "Project Name Or Id", "type": "string" }, "team_name_or_id": { "title": "Team Name Or Id", "type": "string" } }, "required": [ "project_name_or_id", "team_name_or_id" ], "title": "get_team_iterationsArguments", "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/Vortiago/mcp-azure-devops'

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