Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- canvas_get_canvas_composer_skill — Fetch the SVG spec and the authoritative current tool set.
- canvas_load_format_skill — Format-specific authoring guidance.
- canvas_search — Find items on a board.
- canvas_create_from_svg — Create board items from SVG.
- canvas_read_as_svg — Read board items as SVG.
- canvas_update_from_svg — Apply an SVG diff — creates, updates AND deletes items.
- board_create — Create a board.
- board_search_boards — Search boards.
- image_create — Add an image to a board.
- image_get_data — Read image data.
- image_get_upload_url — Get an upload URL for an image.
- image_get_url — Get an image URL.
- code_widget_create — Create a code widget.
- code_widget_get — Read a code widget.
- code_widget_update — Update a code widget.
- code_widget_delete — Delete a code widget.
- code_widget_list_items — List code widgets.
- comment_list_comments — List comments.
- comment_reply — Reply to a comment.
- comment_resolve — Resolve a comment.
- prototype_read — Read a prototype.
- prototype_create — Create a prototype.
