Get organization context
kanbanzone_get_organizationRetrieve your Kanban Zone organization profile including members, boards, columns, labels, and custom fields. Ideal for understanding your workspace structure.
Instructions
Fetch the organization profile, with optional related data: members, boards, columns, labels, and custom fields. Useful for orienting an agent at session start ("what does this workspace look like?").
Args (all optional):
include_members (boolean): include licensed and unlicensed member lists.
include_boards (boolean): include board summaries.
include_columns (boolean): include columns under each board (implies include_boards).
include_labels (boolean): include labels under each board (implies include_boards).
include_custom_fields (boolean): include workspace-level custom fields.
response_format ("markdown" | "json"): output format. Defaults to markdown.
Examples:
"List every board with its columns"
"Who are the members of this Kanban Zone workspace?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_members | No | ||
| include_boards | No | ||
| include_columns | No | ||
| include_labels | No | ||
| include_custom_fields | No | ||
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |