Tana MCP Server

set_node_name

Assign a new name to a specific node in Tana workspaces using the Input API. Modify node names directly by providing the node ID and desired new name for precise data manipulation.

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

You must be authenticated.

Other Tools from Tana MCP Server

Related Tools

ID: r6v3135zsm