Skip to main content
Glama

azure-devops-mcp

getSprintCapacity

Retrieve sprint capacity data for a specific team or default team in Azure DevOps, using sprint ID for accurate insights into team workload and planning.

Instructions

Get capacity for a specific sprint

Input Schema

NameRequiredDescriptionDefault
sprintIdYesID of the sprint
teamIdNoTeam ID (uses default team if not specified)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sprintId": { "description": "ID of the sprint", "type": "string" }, "teamId": { "description": "Team ID (uses default team if not specified)", "type": "string" } }, "required": [ "sprintId" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

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/RyanCardin15/AzureDevOps-MCP'

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