get_board
Retrieve detailed board information including all columns and property definitions to understand board structure and available fields for task management.
Instructions
Get detailed information about a specific board, including all its columns and property definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The ID of the board to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"boardId": {
"description": "The ID of the board to retrieve",
"type": "string"
}
},
"required": [
"boardId"
],
"type": "object"
}