Skip to main content
Glama

Tana MCP Server

MIT License
13
19
  • Linux
  • Apple

create_node_structure

Generate structured node hierarchies in Tana workspaces by defining attributes, content types, and relationships, enabling organized data creation and management.

Input Schema

NameRequiredDescriptionDefault
nodeYes
targetNodeIdNo

Input Schema (JSON Schema)

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

Other Tools from Tana MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tim-mcdonnell/tana-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server