Tana MCP Server

create_checkbox_node

Add interactive checkbox nodes to Tana workspaces. Specify a name, description, supertags, and target node ID to organize and track tasks or items effectively.

Input Schema

NameRequiredDescriptionDefault
checkedYes
descriptionNo
nameYes
supertagsNo
targetNodeIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "checked": { "type": "boolean" }, "description": { "type": "string" }, "name": { "type": "string" }, "supertags": { "items": { "additionalProperties": false, "properties": { "fields": { "additionalProperties": { "type": "string" }, "type": "object" }, "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "type": "array" }, "targetNodeId": { "type": "string" } }, "required": [ "name", "checked" ], "type": "object" }

You must be authenticated.

Other Tools from Tana MCP Server

Related Tools

ID: r6v3135zsm