List boards
kanbanzone_list_boardsList all boards in your Kanban Zone workspace with optional details like archived boards, columns, labels, members, and custom fields.
Instructions
List all boards in the organization with optional related data.
Args (all optional):
include_archived (boolean): include archived boards.
include_columns (boolean): include columns for each board.
include_labels (boolean): include labels for each board.
include_members (boolean): include member lists for each board.
include_custom_fields (boolean): include custom fields per board.
response_format ("markdown" | "json"): output format. Defaults to markdown.
Examples:
"What boards do I have?"
"Show me my boards including their columns"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_archived | No | ||
| include_columns | No | ||
| include_labels | No | ||
| include_members | No | ||
| include_custom_fields | No | ||
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |