Tana MCP Server

create_plain_node

Generate a basic node in Tana workspaces by specifying its name and optional details like description and supertags, using the Tana MCP Server for streamlined data creation.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
supertagsNo
targetNodeIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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" ], "type": "object" }

You must be authenticated.

Other Tools from Tana MCP Server

Related Tools

ID: r6v3135zsm