Tana MCP Server

create_field

Define and structure custom fields in Tana workspaces by specifying names and descriptions, enabling organized data creation and manipulation through the MCP server.

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

You must be authenticated.

Other Tools from Tana MCP Server

Related Tools

ID: r6v3135zsm