Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

work_assign_iterations

Assign existing iterations to a specific team in an Azure DevOps project, using the project name/ID, team name/ID, and iteration details to streamline iteration management.

Instructions

Assign existing iterations to a specific team in a project.

Input Schema

NameRequiredDescriptionDefault
iterationsYesAn array of iterations to assign. Each iteration must have an identifier and a path.
projectYesThe name or ID of the Azure DevOps project.
teamYesThe name or ID of the Azure DevOps team.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "iterations": { "description": "An array of iterations to assign. Each iteration must have an identifier and a path.", "items": { "additionalProperties": false, "properties": { "identifier": { "description": "The identifier of the iteration to assign.", "type": "string" }, "path": { "description": "The path of the iteration to assign, e.g., 'Project/Iteration'.", "type": "string" } }, "required": [ "identifier", "path" ], "type": "object" }, "type": "array" }, "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" } }, "required": [ "project", "team", "iterations" ], "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