manage_boards
List, retrieve, and view columns for Azure DevOps Kanban boards to organize project workflows and track work items.
Instructions
Manage Azure DevOps Kanban boards. Actions: 'list', 'get', 'get_columns'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'get', 'get_columns' | |
| project_key | No | Project name (required) | |
| team | No | Team name (optional, scopes to a specific team) | |
| board_id | No | Board name or ID (required for get, get_columns) |