Skip to main content
Glama
PostcardBot

postcardbot-mcp-server

check_balance

Check your account balance, lifetime top-up amount, and current pricing tier to determine per-postcard costs and available funds before sending physical postcards worldwide.

Instructions

Check account balance, lifetime top-up amount, and current volume pricing tier. Use this before sending to know your per-postcard cost and available funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It describes what information is returned (balance, top-up amount, pricing tier) and the practical purpose (knowing costs and funds), but doesn't disclose behavioral traits like authentication requirements, rate limits, or whether this is a read-only operation. The description implies it's informational but doesn't explicitly state safety characteristics.

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 perfectly concise with two sentences that each earn their place. The first sentence states what the tool does, and the second provides clear usage guidance. No wasted words or redundant information.

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 zero-parameter tool with no annotations and no output schema, the description provides good contextual completeness. It explains what information is returned and when to use it. However, it doesn't describe the return format or structure, which would be helpful since there's no output schema.

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 tool has 0 parameters with 100% schema description coverage, so the baseline is 4. The description appropriately doesn't discuss parameters since none exist, and instead focuses on the tool's purpose and usage context.

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 with specific verbs ('check account balance', 'lifetime top-up amount', 'current volume pricing tier') and resources ('account', 'funds', 'per-postcard cost'). It distinguishes from siblings by focusing on financial status rather than sending operations or status checks.

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?

The description explicitly states when to use this tool: 'Use this before sending to know your per-postcard cost and available funds.' This provides clear context for usage versus alternatives like send_postcard or get_pricing, though it doesn't explicitly name alternatives.

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/PostcardBot/mcp-server'

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