azure-devops-mcp

by RyanCardin15
Verified

getSprintWorkItems

Get work items in 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