Azure DevOps MCP Server for Cline

get_boards

List available boards in the project

Input Schema

NameRequiredDescriptionDefault
teamNoTeam name (optional)

Input Schema (JSON Schema)

{ "properties": { "team": { "description": "Team name (optional)", "type": "string" } }, "type": "object" }