Skip to content
Get an API key

Create a checklist / to-do list of actionable tasks with checkboxes.

Updated 16 Sep 20261 min read

Send "type": "checklist".

Create a checklist / to-do list of actionable tasks with checkboxes. Use this for task lists, action items, checklists, shopping lists, project task breakdowns, or any content organizing things that need to be completed. For status-column task boards use render_kanban; for scheduled tasks with durations use render_gantt.

Also available as the MCP tool render_checklist. The same payload works through either surface.

Fields

data
titlestringrequired

Descriptive title for the checklist (e.g., "Weekly Shopping List", "New Product Launch - Project Tasks")

dataobject[]required

Array of checklist task items (3-8 recommended)

Child attributes
itemstringrequired

Clear, actionable task description

checkedbooleanrequired

Completion state - false for all items unless already done. Defaults to false.

Example

{
  "type": "checklist",
  "data": {
    "title": "Q4 Launch Planning",
    "data": [
      {
        "item": "string",
        "checked": false
      }
    ]
  }
}
Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft