Skip to main content
Glama

Tana MCP Server

MIT License
13
19
  • Linux
  • Apple

create_reference_node

Generate a reference node in Tana workspaces by linking a reference ID to a target node, enabling structured data integration via the Tana MCP Server.

Input Schema

NameRequiredDescriptionDefault
referenceIdYes
targetNodeIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "referenceId": { "type": "string" }, "targetNodeId": { "type": "string" } }, "required": [ "referenceId" ], "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