MCP Azure DevOps Server

by Vortiago
Verified

get_team_iterations

Retrieve assigned iterations for a specific team in Azure DevOps, with an option to filter for only the current iteration.

Instructions

Get the iterations assigned to a team. 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

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" }

You must be authenticated.

Other Tools from MCP Azure DevOps Server

Related Tools

ID: 1t73gvug7p