Skip to main content
Glama

Credit GPS — Canadian credit

Next move

get_next_move
Read-onlyIdempotent

Use this when someone asks what to pay first, what to do next, or how to lower utilization before it is reported. Returns the single highest-priority action from the card figures given in the conversation: which card, how much, and by which date. The calculation uses the supplied statement closing date as a planning assumption; actual issuer reporting dates can differ. Calculates scenarios from supplied figures; does not make payments, change accounts, fetch external data, or retain tool inputs.

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.
targetUtilizationNoTarget utilization as a decimal. Defaults to 0.29 — one point under the 30% band.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
moveYes
forecastYesNo validated score prediction is available.
disclosureYes
assumptionsYes
currentUtilizationYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior5/5

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

The annotations already signal read-only, idempotent, and non-destructive behavior. The description adds valuable detail beyond those hints: 'does not make payments, change accounts, fetch external data, or retain tool inputs,' and it discloses the planning-assumption caveat about issuer reporting dates. No contradiction with 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 three dense, front-loaded sentences with no filler; the trigger conditions appear first and the caveats are compactly grouped. The final negative list is slightly long but each item serves the transparency goal.

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?

Given the rich schema, strong annotations, and an output schema, the description sufficiently covers invocation triggers, data scope, assumptions, and side-effect limitations. It doesn't explain the priority calculation, but that is reasonable to leave to the output schema and the tool's behavior.

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?

The schema covers 100% of parameters with highly detailed descriptions, including defaults, units, and edge cases. The tool description only adds thematic hints like 'which card, how much, and by which date,' which doesn't materially extend the schema's already comprehensive parameter documentation.

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 uses a specific verb ('Returns') and resource ('the single highest-priority action') and enumerates the exact user questions it answers ('what to pay first, what to do next, or how to lower utilization'). It distinguishes itself from siblings like simulate_paydown or get_credit_plan by emphasizing 'single' action rather than a plan or timeline.

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?

It explicitly states when to use the tool with three concrete trigger phrases. However, it doesn't name alternatives or state when not to use it, so it stops short of full routing guidance.

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.

Resources