Skip to main content
Glama

Compare Hispanic Legacy objects side by side

compare
Read-onlyIdempotent

Two to six knowledge objects side by side: their cards, every indexed attribute as a matrix (the same fields api/index.json publishes, null where an object does not say), the tags they share, the relations that run between them, the neighbours they have in common, and each one's claims with sources and confidence. Use this when the question is 'X vs Y', 'is X the same as Y' or 'how does X differ from Y' — search or get_topic first if you only have names, then pass the ids. An unknown id lands in missing with a near-miss suggestion and the rest are still compared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesTwo to six knowledge object ids, as returned by search, get_topic or get_related, in the order you want the columns.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
foundYesTrue only when every id resolved.
claimsYesEvery compared object's claims, keyed by object id.
facetsYes
missingYesThe ids that resolved to nothing, in the order asked.
objectsYes
recoveryNo
shared_tagsYes
relations_betweenYes
shared_neighboursYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark the tool as read-only, idempotent, non-destructive, and closed-world, and the description adds meaningful behavioral context: unknown ids land in a 'missing' field with a near-miss suggestion, comparison continues with the remaining objects, and missing attributes are represented as null. This goes well beyond the annotations.

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?

Three sentences deliver output scope, usage context, and edge-case behavior with no filler. The most important information—what the comparison includes and when to use it—is front-loaded, and the unknown-id behavior closes the description efficiently.

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 one required parameter, a rich output schema, and annotations covering safety, the description still adds everything needed for correct invocation: when to use it, how to prepare input ids via other tools, what the output contains, and how failures are reported. Nothing essential is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents the ids parameter, including source, cardinality, and column ordering. The description adds extra parameter behavior by explaining how unknown ids are handled and that the rest are still compared, which enriches the 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 states a specific verb (compare), a specific resource (knowledge objects), and a detailed scope: side-by-side cards, indexed attribute matrix, tags, relations, common neighbours, and claims. It also distinguishes itself from siblings by specifying when 'X vs Y' questions call for this tool rather than search or get_topic.

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?

Explicit usage conditions are given: use when the question is 'X vs Y', 'is X the same as Y', or 'how does X differ from Y'. It also instructs to call search or get_topic first when only names are known and then pass the resulting ids, clearly routing the agent to the correct workflow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.