Skip to main content
Glama

Credit GPS — Canadian credit

Missing a payment, and what happens after

missed_payment_guide
Read-only

What happens when a Canadian credit card payment is missed: the roughly 30-day gap before it is reported at all, the Canadian R1-R9 rating scale a tradeline actually carries, and how long a reported late payment stays on the file. Call this for a missed, late, or nearly-late payment, or for "how long will this hurt me". The Canadian answer differs from the American one on both the scale and the duration, and the 30-day gap is frequently actionable — a payment caught inside it often never reaches the file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysPastDueNoHow many days past the due date the payment is, if known. Changes which part of the answer leads.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
asOfYes
sourcesYes
thresholdYes
afterwardsYes
disclosureYes
daysPastDueYes
ratingScaleYes
withinReportingWindowYes

TDQS

A4.5/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 safety is covered. The description adds meaningful behavioral context: the parameter daysPastDue 'changes which part of the answer leads', and the actionable insight about the 30-day gap. This goes beyond annotations and schema.

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?

The description is concise and well-structured. It opens with the core purpose, then the usage context, and ends with a key differentiating insight. Every sentence contributes value, and the structure makes it easy for an agent to parse.

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 tool has an output schema and only one optional parameter, the description is complete. It covers what the guide includes, when to call, and the key Canadian-vs-American nuance. There is nothing an agent needs to know to invoke it correctly that 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?

The schema already fully documents the daysPastDue parameter with a clear description. The tool description adds an extra layer of meaning by explaining that the parameter changes which part of the answer leads, which is not in the schema. Since schema coverage is 100%, baseline is 3, and the additional behavioral nuance earns 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 explicitly states what the tool does: it explains the consequences of a missed payment in Canada, covering the 30-day reporting gap, the R1-R9 scale, and how long a late payment stays on file. It is clearly distinct from sibling tools like how_long_it_stays by covering a broader scope, and it specifies the exact resource (missed payment guide).

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 gives explicit conditions for use: 'Call this for a missed, late, or nearly-late payment, or for "how long will this hurt me".' This is clear and actionable. However, it does not name sibling alternatives or specify when NOT to use it, which would have been an extra point.

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