Skip to main content
Glama

Credit GPS — Canadian credit

Statement calendar

get_statement_calendar
Read-onlyIdempotent

Use this when someone asks about timing, what is coming up, or why the closing date differs from the due date. Returns the upcoming dates in order: when to pay, when each statement closes (the bureau read), and when each payment is due (the delinquency line). 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.
countNoHow many events to return. Default 8.
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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYes
disclosureYes
assumptionsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior, and the description reinforces this by stating it 'does not make payments, change accounts, fetch external data, or retain tool inputs.' This adds meaningful behavioral context beyond the annotations and contains no contradiction.

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, front-loaded with usage guidance, and free of redundant wording. Every sentence contributes meaningful information: when to use it, what it returns, and what it avoids doing.

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 rich output schema and detailed input schema, the description provides sufficient context for an agent to decide when to invoke the tool. It explains the primary use case, the nature of the returned events, and key behavioral boundaries, so nothing essential is missing.

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 input schema is fully described with detailed parameter explanations, so schema coverage is high. The tool description itself adds little parameter-specific meaning beyond saying 'supplied figures,' but it does not need to because the schema already provides comprehensive semantics. This aligns with the baseline for high schema coverage.

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 clearly states the tool's purpose: it returns upcoming statement-related dates and explains timing questions like why closing date differs from due date. It uses specific verbs ('returns', 'calculates') and the resource is evident from the tool name and description, making it distinguishable from siblings focused on other tasks.

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 explicitly says when to use the tool ('Use this when someone asks about timing, what is coming up, or why the closing date differs from the due date') and clarifies what it does not do. However, it does not explicitly name alternative sibling tools or state when not to use it in favor of those, so it falls slightly short of full alternative 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