Tana MCP Server

create_supertag

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
targetNodeIdNoSCHEMA

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "targetNodeId": { "default": "SCHEMA", "type": "string" } }, "required": [ "name" ], "type": "object" }