Skip to main content
Glama

Credit GPS — Canadian credit

Simulate a paydown

simulate_paydown
Read-only

What-if for a specific payment: pay this amount on this card before it closes, and here is the reported utilization before and after, per card and blended, plus a bounded modelled range. Use it when someone asks what happens if they pay a particular amount, or wants to compare two amounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardsYesThe person's revolving credit accounts. Ask for limit, statement balance, and statement closing date per card — those three drive everything.
todayNoToday's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise falls back to UTC, which is a day ahead for Canadian evenings.
amountYesPayment amount in CAD, posting before that card's statement closes.
cardNameYesWhich card the payment goes on. Partial names are matched.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
cardNameYes
forecastYes
disclosureYes
assumptionsYes
blendedAfterYes
blendedBeforeYes
cardBandAfterYes
payBeforeDateYes
cardBandBeforeYes
cardUtilizationAfterYes
cardUtilizationBeforeYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that it produces a modelled range and reports utilization before and after, which describes the computation without contradicting the annotations. It does not mention error handling or edge cases, but given the annotations, the added value is sufficient.

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, front-loaded with the core result (utilization before/after, blended, bounded range) and then the usage guidance. No wasted words; every phrase 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 that an output schema exists (as indicated), the description explains the purpose and the kind of result the agent can expect. It also notes the comparison use case, making it complete for an agent to decide when to invoke it and what the response will convey.

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 coverage is 100% with detailed descriptions for every parameter (cards, amount, cardName, today). The tool description does not add parameter-specific meaning beyond what the schema provides, so it sits at the baseline for high coverage. The description implicitly references 'this amount' and 'this card' but does not elaborate 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 ('simulate') on a specific resource (a payment on a particular card before it closes) and describes the output (utilization before/after, per card and blended, plus a bounded modelled range). It clearly distinguishes this from generic credit tools by focusing on a specific payment scenario, and it names concrete triggers like 'what happens if they pay a particular amount'.

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?

Explicitly says when to use the tool: 'Use it when someone asks what happens if they pay a particular amount, or wants to compare two amounts.' It does not mention alternatives or when not to use, but the guidance is clear, actionable, and directly tied to user intent.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct Canadian credit question, from mechanics to calculators. Overlapping payment/utilization tools are clearly separated by current status (reported_snapshot), what-if (simulate_paydown), and recommendation (next_move). No two tools would return the same answer to the same query.

Naming Consistency4/5

Names are consistently snake_case and descriptive, but they mix noun phrases (close_card_impact, reported_snapshot) with verb-led phrases (find_statement_close_date, simulate_paydown). The pattern is readable and predictable, with minor grammatical inconsistency.

Tool Count4/5

At 16 tools the server is one over the ideal 3-15 range, but each tool covers a distinct topic or calculation. The count feels heavy yet justified by the breadth of Canadian credit mechanics and calculators.

Completeness4/5

The surface covers foundational mechanics, retention, missed payments, newcomers, products, statement timing, and several calculators, so core workflows are supported. Obvious gaps remain around disputes, fraud alerts, and authorized-user questions, but these are workarounds rather than dead ends.

Resources