Skip to main content
Glama
SqREL

monobank-mcp

by SqREL

Monobank client info

get_client_info
Read-only

Retrieve a client's complete Monobank profile: name, accounts, balances, credit limits, IBANs, masked card numbers, savings jars, and sole proprietor clients. Balances are in major currency units.

Instructions

The token owner: name, accounts (with balances, credit limits, IBANs, masked card numbers), savings jars, and any FOP (sole proprietor) clients managed as an accountant. Balances are in major units (e.g. hryvnias). The bank allows one call per minute; repeated calls within 60 seconds return a cached copy, other calls wait for the slot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint annotations, the description adds valuable operational context: a rate limit of one call per minute, cached responses within 60 seconds, queuing behavior for other calls, and that balances are in major units. It also discloses the full scope of what is returned, which is especially important given the lack of an output schema.

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?

Two compact, information-dense sentences front-load the core purpose and immediately follow with the two most important behavioral caveats (units and rate limiting). There is no filler or redundancy.

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?

With no output schema, the description carries the full burden of explaining return content, and it does so thoroughly: account details, card masks, jars, FOP clients, and balance units. It also covers caching/rate-limit behavior, making the tool safely invokable with no unexpected gaps.

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 zero parameters, so the schema already fully covers parameter semantics. Per the baseline for zero-parameter tools, no additional parameter explanation is needed.

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 specifies the exact resource (the token owner) and enumerates the returned data: name, accounts with balances/credit limits/IBANs/masked card numbers, savings jars, and FOP clients. This makes it unmistakably distinct from sibling tools like get_currency_rates or get_statement.

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

Usage Guidelines3/5

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

The description clearly implies the tool is for retrieving the token owner's client profile and related account data. However, it never explicitly states when to prefer this over siblings or mentions any exclusions, leaving usage selection to inference.

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

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/SqREL/monobank-mcp'

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