Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

Bắt đầu nối ngân hàng ACB và gửi OTP

monapay_link_bank_start

Start ACB bank and virtual account registration for MONA Pay, with OTP sent to the user's phone for verification. Ask the user for the OTP before proceeding.

Instructions

Bước 1/4: đăng ký tài khoản ACB + VA. OTP do ngân hàng gửi về điện thoại của người dùng; agent phải HỎI người dùng OTP rồi mới gọi tool xác thực, không được tự đoán. / Step 1/4: register the ACB account and VA. The OTP is sent by the bank to the user’s phone; the agent MUST ASK the user before calling the verification tool and must never guess it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixYesĐầu số VA đã đăng ký với ACB, ví dụ LOC
identifierYesNội dung định danh VA, tối đa 10 ký tự không dấu
descriptionNoDiễn giải đăng ký VA
phone_numberNoSố điện thoại đăng ký với ACB và nhận OTP; bắt buộc khi không có bank_account_id
customer_typeYesPERS = cá nhân, ORG = tổ chức
account_numberNoSố tài khoản thanh toán ACB; bắt buộc khi không có bank_account_id
bank_account_idNoUUID tài khoản ACB đã nối; khi có, API bỏ qua account_number và phone_number

Schema Changelog

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

  1. First observedv0.4.2

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden, and it does well by disclosing that the OTP is sent to the user's phone and that the agent must never guess it. It also clarifies that this step registers the ACB account and VA, which is a meaningful side effect. It does not mention reversibility, permissions, or error states, but the OTP-handling disclosure is critical and well handled.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the step number and purpose, followed by a critical instruction. The bilingual repetition is somewhat redundant but serves multilingual users and does not obscure the content. Every substantive piece of guidance earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the flow's start and the OTP expectation, but there is no output schema and the description does not say what the tool returns or what data the subsequent verification step will need. It references "the verification tool" without naming it, and it omits information about the remaining steps 2-4. For an agent to complete the multi-step flow reliably, more detail about the response and next tool would be needed.

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%, so the schema already fully documents all seven parameters. The description adds mild contextual value by linking the phone number to OTP delivery, but it does not explain the conditional requirements around bank_account_id, account_number, and phone_number beyond what the schema already provides.

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 a specific verb and resource: "register the ACB account and VA" as Step 1/4, and the title adds "start linking ACB bank and send OTP." It distinguishes itself from the verification sibling by explicitly framing this as the step that precedes OTP verification. This makes the tool's role unambiguous.

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 provides clear sequential guidance: this is Step 1/4, and after receiving the OTP the agent must ask the user before calling the verification tool. It implies the correct flow and warns against guessing, though it does not explicitly name the verification sibling or state when not to use this tool.

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

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