Tana MCP Server

create_url_node

Generate and link Tana workspace nodes directly from URLs, enabling structured data creation and organization with tailored descriptions and supertags.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
supertagsNo
targetNodeIdNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "supertags": { "items": { "additionalProperties": false, "properties": { "fields": { "additionalProperties": { "type": "string" }, "type": "object" }, "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "type": "array" }, "targetNodeId": { "type": "string" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Tana MCP Server

Related Tools

ID: r6v3135zsm