Skip to main content
Glama

Compare operator docs

compare_operator_docs
Read-only

Compares documentation of two TouchDesigner operator types, highlighting shared and unique parameters from an offline knowledge base.

Instructions

Read-only: compare two TouchDesigner operator types from the embedded offline knowledge base, including overview metadata plus shared and unique documented parameters. This compares operator documentation, not live node settings; use compare_td_nodes for live node parameter diffs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operator_aYesFirst TouchDesigner operator name, display name, or slug.
operator_bYesSecond TouchDesigner operator name, display name, or slug.
parameter_limitNoMaximum parameter entries to return in each shared/unique parameter list.
include_parametersNoInclude shared and unique parameter detail arrays in the structured result.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesCounts before and after applying include_parameters / parameter_limit.
overviewYesHigh-level comparison of the two operator documents.
operatorAYesResolved first operator.
operatorBYesResolved second operator.
uniqueToAYesParameters only present on operator_a.
uniqueToBYesParameters only present on operator_b.
sharedParametersYesParameters present on both operators by compact normalized name.
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false. The description adds that it is read-only, compares documentation rather than live settings, and pulls from an offline knowledge base. This aligns with annotations and provides context beyond them.

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 a single, efficient sentence. It front-loads 'Read-only' and immediately states the core purpose, with no wasted words.

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 presence of an output schema, the description does not need to detail return values. It covers the key contextual information: source (offline knowledge base), scope (documentation vs live nodes), and provides an explicit alternative (compare_td_nodes). The sibling list includes that alternative, aiding agent decision-making.

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 mentions 'overview metadata plus shared and unique documented parameters' which aligns with the include_parameters parameter, but does not add detailed semantics beyond the schema.

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 verb 'compare' and the resource 'TouchDesigner operator types' from the embedded offline knowledge base. It distinguishes itself from the sibling tool 'compare_td_nodes' by specifying it compares documentation, not live node settings.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool (compare operator documentation) and when not (for live node parameter diffs, use compare_td_nodes). This provides clear guidance on tool selection.

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