Skip to main content
Glama

Bind a Text DAT to a vault note

bind_vault_text

Read a vault note into a TouchDesigner Text DAT and keep it synced with Obsidian for live updates, turning your vault into a lyrics or text source for visuals.

Instructions

CREATE a Text DAT in TouchDesigner whose file parameter points at a vault note, so the note's text loads into TD (and, with sync:true, stays live as you edit it in Obsidian) — turning the vault into the text/lyrics source for your visuals. Side effect is node creation in TD plus reading the note file; it does not write to the vault. Wire the DAT into a Text TOP to render it. Returns the DAT path, the resolved note, the absolute file path, and whether sync is on. Requires a configured TDMCP_VAULT_PATH.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYesVault-relative note to read into TD (lyrics, poetry, any text content).
parent_pathYesParent COMP to create the Text DAT inside.
nameNoName for the Text DAT (defaults to a slug of the note).
syncNoKeep the DAT synced to the file, so edits in Obsidian show up live in TD.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds significant behavioral context beyond annotations: it clarifies side effects (node creation, reading the note, no writing to vault) and describes return values (DAT path, resolved note, file path, sync status). With minimal annotations (only readOnlyHint, destructiveHint, openWorldHint), the description compensates well.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: it starts with the core action, then explains side effects, usage, return values, and prerequisites in clear, non-redundant sentences. Each sentence adds necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (4 parameters, no output schema), the description covers all essential aspects: purpose, side effects, return values, prerequisites, and even downstream integration (wire into Text TOP). It leaves no major gaps for agent comprehension.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, but the description adds value by providing real-world usage context (e.g., 'lyrics, poetry, any text content' for 'note', and connecting to Text TOP). This enriches the parameter understanding beyond the schema's brief descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a Text DAT in TouchDesigner that reads from a vault note, using specific verbs ('CREATE') and resource ('Text DAT'). It distinguishes itself from many sibling 'create_' and 'bind_' tools by specifying the unique functionality of targeting a vault note.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear use case ('turning the vault into the text/lyrics source for your visuals') and mentions a prerequisite (requires TDMCP_VAULT_PATH). However, it does not explicitly state when not to use this tool or compare it to alternatives, which would raise clarity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Pantani/tdmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server