Skip to main content
Glama

Diff snapshots

diff_snapshots
Read-only

Compare two network snapshots to get a readable diff: added or removed nodes, changed connections, and parameter changes with before/after values. Use before and after edits to see exactly what changed.

Instructions

Compare two network snapshots (from snapshot_td_graph) and return a readable diff: which nodes were added or removed, which connections changed, and which parameters changed (with before/after values). Snapshot before an edit and after to see exactly what changed, or to version a patch over time. Pure analysis — touches nothing in TouchDesigner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterYesLater snapshot to compare against.
beforeYesEarlier snapshot (from snapshot_td_graph, include_params for param diffs).
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description reinforces this with 'Pure analysis — touches nothing in TouchDesigner,' but adds no substantial new behavioral disclosure beyond what annotations provide. It does not mention potential performance or memory implications.

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 three sentences, front-loaded with the main action, and each sentence adds value: purpose, usage scenarios, and safety. No fluff or redundant details.

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

Completeness4/5

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

The description covers the tool's purpose, usage workflow, and safety, and the schema provides input structure. It is fairly complete for an analysis tool with no output schema, though it could mention limitations or expected output format. Overall, it gives enough context for an agent to select and invoke the tool correctly.

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% and the schema descriptions for 'before' and 'after' already explain their role and origin (e.g., 'Earlier snapshot (from snapshot_td_graph, include_params for param diffs)'). The description does not add new input-specific semantics beyond referencing the source of snapshots.

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 a specific verb ('Compare'), resource ('two network snapshots from snapshot_td_graph'), and output ('readable diff' with added/removed nodes, connection changes, parameter changes with before/after values). It distinguishes itself from sibling tools like compare_td_nodes by focusing on network snapshots rather than individual nodes.

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?

Provides explicit usage scenarios: 'Snapshot before an edit and after to see exactly what changed, or to version a patch over time.' This implies when to use the tool and what to prepare. It does not mention specific alternatives or exclusions, but the context is clear and actionable.

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/lucasmaher-hash/touch-designer-mcp'

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