Skip to main content
Glama

Tana MCP Server

MIT License
13
19
  • Linux
  • Apple

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