Skip to main content
Glama

Compare Agent Reliability 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.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral detail beyond annotations: unknown ids land in a 'missing' field with a near-miss suggestion, the rest are still compared, and missing attributes render as null.

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 dense sentences with no filler. The purpose is front-loaded, the usage trigger is in the second sentence, and the error behavior is in the third. Every sentence earns its place.

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 simple parameter schema, rich annotations, and presence of an output schema, the description is complete. It covers what the tool returns, when to use it, how to prepare inputs, and how unknown ids are handled.

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% and the single parameter is already well documented. The description reinforces the workflow by saying to resolve names first via search or get_topic and then pass the ids, adding practical context 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 names a specific verb ('compare') and resource ('knowledge objects side by side'), then enumerates what the output contains. It also distinguishes the tool from siblings by giving explicit question shapes ('X vs Y', 'is X the same as Y').

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?

It gives explicit when-to-use triggers and a clear prerequisite: search or get_topic first if only names are available, then pass ids. It does not explicitly name when-not alternatives such as get_related, but the context is clear enough for an agent to route correctly.

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.