azure-devops-mcp

by RyanCardin15
Verified

getIterations

Get iterations for a project

Input Schema

NameRequiredDescriptionDefault
includeDeletedNoInclude deleted iterations
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeDeleted": { "description": "Include deleted iterations", "type": "boolean" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools