Skip to main content
Glama

Component Changelog Trail

component_changelog_trail

Records append-only revision history for TouchDesigner components as a JSONL trail in the Obsidian vault. Append entries with changelog details, read history, or export as markdown changelog note.

Instructions

Maintains an append-only per-component revision history as a JSONL trail (<component>.trail.jsonl) inside the Obsidian vault, next to the .tox and its provenance sidecar. Three actions: append a new revision entry (with optional sha256 of the .tox, changed-param list, author, and timestamp); read all entries back as JSON; export the trail as a human-readable markdown changelog note rendered into the vault. Offline — no TD bridge required. Pairs with save_component_to_vault and provenance_stamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentPathYesVault-relative path to the .tox file (e.g. 'Components/MyFx.tox'). The trail is stored as a sibling file '<componentPath>.trail.jsonl'.
actionNoappend: add a new revision entry. read: return all entries as JSON. export: render the trail as a markdown changelog note next to the .tox.read
entryNoRequired when action='append'. Ignored for read/export.
includeShaNoOn append, hash the .tox bytes with sha256 and store it on the entry — lets you cross-reference with provenance_stamp's sidecar.
exportNoteNameNoOn export, the markdown filename (defaults to '<component>.CHANGELOG.md' next to the .tox).
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It describes the append-only nature, file naming, sha256 hashing for cross-referencing, and default behaviors for parameters like author and timestamp. It does not mention auth needs or rate limits, but it is comprehensive for a file-management tool.

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 at 3-4 sentences, front-loaded with the main purpose, and includes all key details without redundancy. Every sentence adds value.

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 no output schema, the description covers return values for all three actions (read returns JSON, export renders markdown, append presumably succeeds). It explains the file location, action options, and integration points, making it complete for a tool of moderate complexity.

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 description coverage is 100%, so the baseline is 3. The description adds some context beyond the schema (e.g., the trail file naming convention, integration with other tools), but does not significantly enhance understanding of individual parameters beyond what the 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 clearly states it maintains an append-only per-component revision history as a JSONL trail, and lists three specific actions (append, read, export). It also identifies the sibling file naming convention and integration with save_component_to_vault and provenance_stamp, making the purpose specific and distinguishable from sibling tools.

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 mentions that the tool is offline and pairs with save_component_to_vault and provenance_stamp, implying when it might be used. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide any exclusions or when-not to use.

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