Skip to main content
Glama
themonagroup

monapay-mcp

Official
by themonagroup

Danh sách tài khoản ảo (VA)

monapay_list_virtual_accounts

List virtual accounts associated with a bank account. Provide a bank account UUID to retrieve all virtual accounts for that account, enabling easy tracking and management.

Instructions

Liệt kê tài khoản ảo thuộc một tài khoản ngân hàng. / List virtual accounts of a bank account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bank_account_idYesUUID tài khoản ngân hàng (lấy từ monapay_list_bank_accounts)
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It clearly indicates a read-only listing operation scoped to a bank account, but it does not disclose pagination, ordering, error behavior, or authentication requirements.

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 a single two-language sentence with no filler, and the core scoping information is front-loaded. It is appropriately concise for a simple list operation.

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 tool with one well-documented parameter and a straightforward list behavior, the description is largely complete. It does not describe the response format, but the low complexity and clear parameter source reduce the need for more detail.

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?

Schema description coverage is 100%, and the only parameter, bank_account_id, already has a clear description including its source from monapay_list_bank_accounts. The tool description adds no additional parameter semantics beyond the schema.

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 ('Liệt kê' / 'List') with a clear resource ('virtual accounts of a bank account'), making the purpose unambiguous. The scope 'of a bank account' naturally differentiates it from sibling tool monapay_list_bank_accounts without needing extra explanation.

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 and parameter documentation imply that bank_account_id comes from monapay_list_bank_accounts, which provides a workflow context. However, it does not explicitly state when to use this tool versus alternatives or mention any exclusions or prerequisites.

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

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/themonagroup/monapay-mcp'

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