Skip to main content
Glama

Tana MCP Server

MIT License
13
4
  • Linux
  • Apple

create_field_node

Add structured field nodes to Tana workspaces by defining attributes, data types, and nested children to organize and enrich data effectively.

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" }

You must be authenticated.

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