Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

Đăng ký thông báo tiền vào và gửi OTP lần 2

monapay_notification_register

Set up real-time transaction notifications for a virtual account after bank OTP verification, enabling users to receive instant alerts for every transaction.

Instructions

Bước 3/4: đăng ký nhận thông báo giao dịch tức thì. OTP lần 2 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 xác thực, không được tự đoán. / Step 3/4: register real-time transaction notifications. The second OTP is sent by the bank to the user’s phone; the agent MUST ASK the user before verification and must never guess it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
virtual_account_idYesID VA trả về từ monapay_link_bank_verify_otp

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?

No annotations are provided, so the description carries the disclosure burden. It discloses a key side effect (the bank sends a second OTP to the user's phone) and sets an interaction rule (never guess the OTP). It does not mention idempotency, reversibility, permissions, or failure behavior, so it is above bare but not rich.

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 dense and front-loaded with step and purpose, and the user-querying rule is emphasized. Bilingual duplication adds a little length but remains focused with no filler.

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 one-parameter step with no output schema or annotations, the description gives the essential flow position and interaction requirement. It does not describe the return payload or explicitly list preconditions, leaving some ambiguity for an autonomous agent.

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 coverage is 100%, with the only parameter already documented as coming from monapay_link_bank_verify_otp. The description adds no additional parameter details, so the baseline of 3 applies.

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 'Step 3/4: register real-time transaction notifications' with a specific verb ('register') and resource ('real-time transaction notifications'). It also notes that the second OTP is sent by the bank, which distinguishes this registration step from subsequent verification steps.

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 'Bước 3/4 / Step 3/4' prefix positions the tool within a multi-step flow, and the explicit instruction that the agent must ask the user before calling the verification tool ('tool xác thực') gives clear usage context. It does not explicitly name an alternative tool or state when not to use it, but the sequencing is informative.

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