Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

Xác thực OTP lần 2 và hoàn tất nhận tiền

monapay_notification_verify_otp

Verify the OTP sent by ACB to the user's phone to complete a MONA Pay notification. Ask the user for the code, never guess it, and submit it with the request ID.

Instructions

Bước 4/4: 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 rồi mới gọi tool này; tuyệt đối không tự đoán OTP. / Step 4/4: the OTP is sent by the bank to the user’s phone; the agent MUST ASK the user before calling this tool and must never guess the OTP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesOTP lần 2 do người dùng cung cấp sau khi nhận từ ACB
acb_request_idYesID yêu cầu ACB trả về từ monapay_notification_register

Schema Changelog

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

  1. First observedv0.4.2

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden, and it does disclose a key trait: the tool completes a money-receiving flow using a code only the user possesses, and the agent must not fabricate it. However, it does not disclose the operation's side effects (finalizing/irreversibly completing the transfer), error behavior on a wrong code, or retry implications — meaningful gaps for a financial step.

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?

A single bilingual sentence, front-loaded with the critical guardrail and free of fluff; the VI/EN duplication is a deliberate localization choice, not redundancy. The step marker 'Bước 4/4 / Step 4/4' precedes the rule, placing the highest-value information first.

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?

For a 2-parameter tool with a fully documented schema, the essentials are present: what to collect (user-provided OTP plus request ID), when to call (step 4/4, only after asking), and the outcome in the title. Missing is any guidance on failure behavior — what happens if the OTP is wrong, whether retries are allowed, or that calling this completes a financial transaction — which matters more given there are no annotations and 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?

Schema coverage is 100% — both parameters are described with provenance (code comes from the user after receiving from ACB; acb_request_id comes from monapay_notification_register). The description adds a normative rule beyond the schema by forbidding OTP guessing and requiring user confirmation, which directly sharpens the semantics of the code parameter. Baseline 3 raised to 4 for that added constraint.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The title states the action plainly ('Xác thực OTP lần 2 và hoàn tất nhận tiền' — verify the second OTP and complete receiving money), and the description anchors the tool as step 4/4 of a bank-OTP flow. The 'lần 2' qualifier plus the acb_request_id linkage to monapay_notification_register distinguishes it from the bank-linking OTP sibling, though not explicitly.

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 an explicit invocation condition: the agent MUST ASK the user for the OTP before calling and must never guess it — a strong, actionable rule for a fraud-sensitive step. It also positions the call as step 4/4, implying it follows monapay_notification_register. It does not explicitly name alternatives or state when not to use it (e.g., monapay_link_bank_verify_otp for the separate bank-linking flow).

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