Available tools
Reference the Klaxoon MCP tools for server instructions, whiteboards, board items, and sticky color palettes.
Use these Klaxoon MCP tools through an MCP client to inspect whiteboards, create or update board items, manage sticky color palettes, and retrieve server instructions.
Use
get_mcp_server_instructionsto retrieve the board rules/best practices before editing, including layout, object types, and z-index.
Server instructions
| Tool | What it does |
|---|---|
get_mcp_server_instructions | Returns the full Klaxoon board assistant instruction set (layout, object types, z-index, etc.). |
Whiteboards
| Tool | What it does |
|---|---|
list_whiteboards | Lists whiteboards you can access. Supports search, pagination, and sorting. |
get_whiteboard_info | Returns metadata for one board from a boardId or accessCode. |
create_whiteboard | Creates a board with a required title and an optional description. |
Board items
Item types (type field): IDEA (sticky notes), TEXT, SHAPE, CONNECTOR.
- Before editing a board, use
list_whiteboard_itemsto understand the current layout.- Calling
delete_whiteboard_itemspermanently removes items.
| Tool | What it does |
|---|---|
list_whiteboard_items | Lists items on a board. You can filter by item type, author, specific item IDs, and pagination. |
create_whiteboard_items | Creates up to 50 items per call. Each item includes a type and payload, and can use tmpId to link new items created together. |
update_whiteboard_items | Updates up to 50 existing items per call by id. |
delete_whiteboard_items | Deletes up to 50 items by id on a board. |
Bulk responses
Create, update, and delete operations return per-item statuses plus a summary. Treat non-success rows as errors, such as permissions, validation, or not-found failures.
Sticky color palette
| Tool | What it does |
|---|---|
list_whiteboard_sticky_colors | Lists the sticky colors available on a board. |
create_whiteboard_sticky_color | Adds a palette color with a required hex value and an optional label. |
update_whiteboard_sticky_color | Updates a palette color by colorId. |
delete_whiteboard_sticky_color | Removes a palette color by colorId. |
Important limits
- Pagination: list endpoints use
page/perPagewhere applicable, with a maximumperPageof 100. - Bulk cap:
create_whiteboard_items,update_whiteboard_items, anddelete_whiteboard_itemssupport up to 50 items per call. - Permissions: MCP calls follow the same access rights as the signed-in Klaxoon user.
This page is a capability overview. For parameter-level detail, rely on your MCP client’s tool schema or generate OpenAPI or MCP docs from the same source as these tool definitions.
Updated 6 days ago
