create_board
Create a board in a project to track tasks or store custom data. Task boards include built-in columns for status, priority, assignee, due date, and tags; data boards start empty for your own columns.
Instructions
Create a board (a data table) inside a project. Add typed columns with create_column afterwards. kind: "tasks" (default) also gives the board the built-in task columns — status, priority, assignee, due date, tags — for work people track; "data" creates a plain table with only the columns you add, for records such as customers, products or orders (requires a TaskLite server from 2026-09-06; older servers ignore kind).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | "tasks": with the built-in task columns (status, priority, assignee, due date, tags). "data": only the columns you add. Default tasks. | |
| name | Yes | Human-readable name | |
| projectId | Yes | Project id (from list_projects / create_project) | |
| description | No | Free-text description |