Tana MCP Server

set_node_name

Input Schema

NameRequiredDescriptionDefault
newNameYes
nodeIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newName": { "type": "string" }, "nodeId": { "type": "string" } }, "required": [ "nodeId", "newName" ], "type": "object" }