Skip to main content
Glama

catalog

Compare cards side by side

compare_card_facts

The same catalog record for 2-5 cards at once, for comparing fees, networks and which benefits each carries. Card facts only — no earning rates, welcome-offer amounts, transfer ratios, or bonus sizes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_namesYesCard names, matched loosely.

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It honestly discloses the scope boundary — what fields are included and explicitly what data categories are absent — which is the most important behavioral trait. However, it does not disclose the output format, how loose name matching behaves, or what happens when a card is not found, leaving gaps for a tool with zero annotation support.

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?

Two sentences with zero filler. The primary purpose is front-loaded in the first sentence, and the second sentence earns its place by setting explicit scope boundaries. Every clause contributes to correct tool selection.

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?

For a simple one-parameter tool, the description is nearly complete: it states the operation, the cardinality, the fields compared, and the exclusions. The main gap is that no output schema exists and the return format is not described, but the implied side-by-side catalog-record output is reasonably inferable from the description and tool name.

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 description coverage is 100% (card_names with minItems/maxItems and 'matched loosely' is fully documented in the schema). The description's '2-5 cards' reinforces the schema bounds but adds no new meaning beyond what the input schema already provides, so the baseline of 3 applies.

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?

States a specific verb and resource ('same catalog record for 2-5 cards at once') with an explicit field scope ('comparing fees, networks and which benefits each carries'). The exclusion list ('no earning rates, welcome-offer amounts, transfer ratios, or bonus sizes') sharply differentiates it from siblings like estimate_point_value and find_transfer_routes.

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 an explicit when-to-use condition (2-5 cards needing comparison of fees/networks/benefits) and an explicit when-not-to-use via the exclusion list, which implicitly routes the agent to sibling tools for earning rates, transfer ratios, and bonus sizes. It stops short of naming the alternatives directly, so it doesn't earn a 5.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct operation: search for cards, get one card's full facts, compare multiple cards, estimate point values, and find transfer routes. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: search_card_catalog, get_card_facts, compare_card_facts, estimate_point_value, find_transfer_routes. The naming is uniform and predictable.

Tool Count5/5

Five tools is a well-scoped size for a read-only catalog server with related loyalty utilities. Each tool earns its place, and the count is neither too thin nor overwhelming.

Completeness5/5

For a catalog of credit card facts plus loyalty point and transfer route lookups, the surface is complete: discover cards, inspect details, compare cards, estimate values, and trace transfer routes. The exclusions are explicitly declared and do not represent dead ends within the stated scope.

Resources