azure-devops-mcp

by RyanCardin15
Verified

getBoardColumns

Get columns for a specific board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board
teamIdNoTeam ID (uses default team if not specified)

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools