Skip to main content
Glama

Credit GPS — Canadian credit

Should I close this card

close_card_impact
Read-only

Answers "should I cancel the credit card I never use", "is it bad to close a card", and any question about cancelling, downgrading, or consolidating cards. CALL THIS WITH NO ARGUMENTS when the person has not given card numbers — it returns the Canadian mechanics and the retention rules, which are the parts a general answer gets wrong. Do not answer a card-closing question from general knowledge while collecting figures; call this first, then ask for what is missing. Supply cards and cardName as well and it additionally computes the exact utilization before and after, the limit leaving the denominator, and whether it crosses a band upward.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardsNoThe person's cards, if they have given them. Omit to get the mechanics and the Canadian rules without any numbers.
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.
cardNameNoThe card being considered for closure. Partial names are matched. Only meaningful alongside cards.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardNameYes
computedYes
bandAfterYes
alwaysTrueYes
bandBeforeYes
disclosureYes
assumptionsYes
blendedAfterYes
limitRemovedYes
balanceOnCardYes
blendedBeforeYes
crossesBandUpYes
remainingLimitYes
isOnlyRevolvingAccountYes

TDQS

A4.8/5.0
Behavior5/5

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

The description discloses behavioral traits beyond the readOnlyHint=true annotation: it returns 'the Canadian mechanics and the retention rules,' and it 'computes the exact utilization before and after, the limit leaving the denominator, and whether it crosses a band upward' when supplied with cards/cardName. This richer context — what the tool actually produces — is genuinely additive and consistent with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average, but dense with decision-relevant information: core purpose, when to call with no args, the ordering directive, and the conditional computation behavior. It is front-loaded with purpose and keeps the param-behavior detail for later. Every sentence earns its place for a tool with conditional behavior, so the length is justified rather than padded.

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?

The tool is complex — three optional parameters, conditional behavior, and a 25-item nested cards array — but an output schema exists so return values need no explanation. The description covers purpose, usage triggers, parameter-conditional behavior, and even the fallback logic (UTC vs local timezone in the today param). Nothing an agent needs to call it correctly 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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the conditional semantics of the parameters: calling with no arguments returns mechanics/rules, while supplying cards and cardName triggers utilization computation. The schema covers the parameter formats and meanings well, so the description only adds the conditional-behavior layer, which justifies 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 states a precise purpose with concrete examples ('should I cancel the credit card I never use', 'is it bad to close a card') covering cancelling, downgrading, and consolidating. It names the subject (Canadian card closure) and, by framing questions around closure, implicitly distinguishes it from related siblings like payoff_timeline and credit_plan without being a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit when-to-call guidance is present: 'CALL THIS WITH NO ARGUMENTS when the person has not given card numbers' and a strong directive to 'call this first, then ask for what is missing' rather than answering from general knowledge. It even tells the agent the order of operations, which removes all ambiguity about when this tool is the right choice among 15 siblings.

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