Skip to main content
Glama

td_component_notes

Idempotent

Manage per-COMP markdown notes in TouchDesigner projects: document subnet purpose, wiring rationale, and gotchas. Supports get, set, append, delete, index, and summarize actions.

Instructions

Per-COMP markdown notes — what this subnet does, why it's wired this way, gotchas, TODOs. External JSON storage by default; embed=True also writes a hidden Text DAT inside the COMP for portability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoNote body (markdown). Required for set/append.
pathNoCOMP path (required for get/set/append/delete; optional for summarize as a subtree filter; omit for index/summarize-all).
tagsNoOptional tags for indexing/search (set/append actions).
embedNoIf True (set action only), also write a hidden Text DAT named `tdpilot_notes` inside the target COMP. Lets the note travel with the .tox/.toe but bloats save files; default is external-only.
actionYesOne of: 'get' (fetch a single note), 'set' (write/overwrite), 'append' (append with timestamp divider), 'delete', 'index' (list every note for the project), 'summarize' (markdown digest).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses storage behavior (external JSON by default, optional embed which writes a hidden Text DAT and notes the trade-off of bloated save files). Annotations already indicate idempotency and non-destructive nature; description adds concrete details on side effects.

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?

Two sentences, front-loaded with purpose, no fluff. Every sentence adds value: first sentence defines purpose and content, second explains storage options.

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?

With full schema coverage, presence of output schema, and description covering actions and storage trade-offs, the tool definition is complete for an agent to use correctly. No obvious gaps.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the embed parameter's effect (writes hidden Text DAT for portability) and default external storage, but does not elaborate on other parameters beyond what schema already provides.

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 explicitly states it's for per-COMP markdown notes (what the subnet does, gotchas, TODOs). It differentiates from siblings by focusing on note-taking, unlike other tools for memory, patching, etc.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool vs alternatives. However, no sibling tool serves a similar function, so usage is implied but no exclusions or comparisons are provided.

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/dreamrec/TDPilot'

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