Tana MCP Server

create_field_node

Input Schema

NameRequiredDescriptionDefault
attributeIdYes
childrenNo
targetNodeIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attributeId": { "type": "string" }, "children": { "items": { "additionalProperties": false, "properties": { "attributeId": { "type": "string" }, "children": { "type": "array" }, "contentType": { "type": "string" }, "dataType": { "enum": [ "plain", "reference", "date", "url", "boolean", "file" ], "type": "string" }, "description": { "type": "string" }, "file": { "type": "string" }, "filename": { "type": "string" }, "id": { "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" }, "type": { "const": "field", "type": "string" }, "value": { "type": "boolean" } }, "type": "object" }, "type": "array" }, "targetNodeId": { "type": "string" } }, "required": [ "attributeId" ], "type": "object" }