Skip to main content
Glama

catalog

Which transfer routes exist

find_transfer_routes

Which loyalty programs a currency transfers to, or which currencies reach a destination, and whether a transfer bonus is running. This is the route graph only — it does not carry transfer ratios, bonus sizes, expiry dates, or which route is worth taking. Card facts only — no earning rates, welcome-offer amounts, transfer ratios, or bonus sizes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRoutes to return. Default 100, maximum 200.
to_programNoDestination program, e.g. 'World of Hyatt'. Matched loosely; call with neither argument to list every source.
from_programNoSource currency, e.g. 'Chase Ultimate Rewards'.
only_with_bonusNoOnly routes with a transfer bonus running.
include_inactiveNoInclude routes that have been discontinued.

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It does disclose an important limitation: no ratios, bonus sizes, expiry dates, or route-valuation guidance. It also states that the route graph only shows existence and bonus running status. However, it doesn't say what the actual output looks like (since there is no output schema), nor mention that to_program is loosely matched while from_program has strict enum values, which is relevant behavioral nuance.

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 dense sentences, front-loaded with the main capability and then negative scope limitations. Every clause earns its place; the text is compact but informative. No fluff.

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 read-only search tool with fully documented parameters, the description is nearly complete. The main gap is the absence of output-shape information, but since there is no output schema anywhere, even a brief note on what a route row looks like would help. Also, despite having 5 parameters and 1 enum, the description gives enough guidance for an agent to call it correctly. The lack of an output schema makes this less complete than a tool with a rich output schema, but it is still strong.

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?

The input schema already explains all 5 parameters with 100% coverage, so the baseline is 3. The description adds value beyond the schema by clarifying that the route graph does not include transfer ratios or bonus sizes, which prevents an agent from misinterpreting a route result as a recommendation. It also reinforces that calling with neither argument lists every source, which is not stated in the schema. This pushes it to a 4.

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 the exact resource (route graph of loyalty currency/program transfers) and the key actions it supports: finding where a currency transfers, what reaches a destination, and whether a bonus is running. It also explicitly distinguishes itself from card-facts sibling tools by saying 'Card facts only — no earning rates, welcome-offer amounts, transfer ratios, or bonus sizes.' This makes the tool's purpose unmistakable.

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 provides strong context for when to use the tool: when you need routes, not ratios or bonus sizes. It does not name alternative sibling tools like estimate_point_value or compare_card_facts explicitly, but it clearly says what the tool does NOT cover, which effectively steers an agent away from using it for those questions. Slightly missing an explicit 'use X instead' statement for those cases.

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