Skip to main content
Glama
tim-mcdonnell

Tana MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TANA_API_TOKENYesYour Tana API token (generated from Tana Settings > API Tokens)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_plain_nodeD
create_reference_nodeD
create_date_nodeD
create_url_nodeD
create_checkbox_nodeD
create_file_nodeD
create_field_nodeD
set_node_nameD
create_node_structureD
create_supertagD
create_fieldD

Prompts

Interactive templates invoked by user choice

NameDescription
create-taskCreate a task node in Tana with optional due date and tags
create-projectCreate a project structure in Tana with goals and milestones
create-meeting-notesCreate structured meeting notes in Tana
create-knowledge-entryCreate a knowledge base entry in Tana

Resources

Contextual data attached and managed by the client

NameDescription
Tana API DocumentationOverview of Tana Input API capabilities and usage
Tana Node Types ReferenceDetailed information about all supported node types
Common Usage ExamplesExample patterns for common Tana operations
Server InformationCurrent server status and configuration

TDQS

D1.7/5.0

Scored across 11 tools

Disambiguation2/5

The tools have overlapping purposes with unclear boundaries, as multiple 'create_' tools (e.g., create_checkbox_node, create_plain_node, create_file_node) seem to create different node types without clear distinctions in their descriptions. While they target different node types, the lack of descriptions makes it ambiguous when to use one over another, especially for similar-sounding tools like create_field and create_field_node.

Naming Consistency5/5

The tool names follow a highly consistent verb_noun pattern throughout, with all tools using 'create_' or 'set_' prefixes followed by descriptive nouns (e.g., create_checkbox_node, set_node_name). There are no deviations in naming conventions, making the set predictable and readable.

Tool Count4/5

With 11 tools, the count is reasonable for a server focused on node creation and management in Tana. It is well-scoped, though slightly on the higher side, as each tool appears to serve a specific node type or action, earning its place without being excessive.

Completeness2/5

The tool surface is significantly incomplete for node management, as it only includes creation and naming tools (e.g., create_* and set_node_name) with no obvious operations for reading, updating, or deleting nodes. This lack of CRUD coverage will likely cause agent failures when trying to perform full lifecycle management.

Maintenance

ActivityMaintained
ResponsivenessNo issues