Skip to main content
Glama
fernando1501

bg-mcp

by fernando1501

Get credit card statement

bg_get_card_statement

Retrieve a credit card statement for the current or past period. Shows balance, minimum payment, cutoff/due dates, credit plans, rates, and a history of cutoff dates to select another period.

Instructions

Statement for a credit card: balance, minimum payment, cutoff and due dates, credit plans and rates. Pass month/year for a past statement, or omit both for the current period. Also returns the history of past cutoff dates so you can pick another period.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoFour-digit year.
monthNo1-based month.
portalIdYesCredit card portalId from bg_list_accounts.
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It reveals what data is returned, including the history of past cutoff dates, and implies a read-only statement retrieval. It doesn't cover error cases or auth, but the core behavior is well disclosed.

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?

Three compact sentences with no filler. The primary output is stated first, then parameter behavior, then the extra return value. Every sentence earns its place.

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?

For a three-parameter tool with no output schema, the description names the key return fields and explains optional parameters. It doesn't specify exact response format or error behavior, but it provides enough for an agent to call it correctly.

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 description coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by explaining the relationship between month/year and current versus past statements, and how cutoff-date history helps select another period.

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 identifies a specific resource ('credit card statement') and lists concrete contents: balance, minimum payment, cutoff/due dates, credit plans and rates. This distinguishes it from sibling tools that handle transactions, categories, or account details.

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 clear context for when to pass month/year versus omit them, explicitly covering past and current statements. It doesn't name alternative tools for exclusions, but the usage guidance is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fernando1501/bg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server