Skip to main content
Glama

robot_diff

Compare two ontologies to identify semantic differences, using file paths or IRIs. Output results in plain, pretty, HTML, or markdown format with optional labels.

Instructions

Compare two ontologies and report semantic differences.

Specify ontologies via file paths (left/right) or IRIs (left_iri/right_iri). Output formats: plain (default), pretty, html, markdown. Use labels to include human-readable entity labels in the diff output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leftNo
rightNo
left_iriNo
right_iriNo
left_catalogNo
right_catalogNo
outputNo
formatNo
labelsNo
working_directoryNo
catalogNo
prefixesNo
add_prefixNo
noprefixesNo
verboseNo
strictNo
xml_entitiesNo
extra_argsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description must carry the burden. It mentions input/output details but does not disclose behavioral traits like read-only nature, side effects, or requirements. It is adequate but not thorough.

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 with three sentences, front-loaded with purpose, and no wasted words. Every sentence adds value.

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

Completeness3/5

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

Given 18 parameters and no annotations, the description covers core functionality but misses many optional parameters. With an output schema present, return values are not needed, but the parameter coverage is insufficient for full completeness.

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

Parameters2/5

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

Schema coverage is 0%, so description must compensate. It explains 7 out of 18 parameters (left, right, left_iri, right_iri, output, format, labels) but omits many like catalog, prefixes, verbose, etc., leaving gaps.

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 'Compare two ontologies and report semantic differences', using specific verb and resource. It distinguishes from sibling tools by focusing on comparison, unlike others like robot_merge or robot_remove.

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 explains when to use by specifying input methods (file paths/IRIs) and output formats. However, it does not explicitly state when not to use or provide direct alternatives.

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/musen-lab/robot-tool-mcp'

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