Skip to main content
Glama

Tana MCP Server

MIT License
13
4
  • Linux
  • Apple

create_file_node

Generate and manage file nodes in Tana workspaces by specifying content, filename, and type, enabling organized data storage and retrieval.

Input Schema

NameRequiredDescriptionDefault
contentTypeYes
descriptionNo
fileDataYes
filenameYes
supertagsNo
targetNodeIdNo

Input Schema (JSON Schema)

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

You must be authenticated.

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