Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

Thiết lập hồ sơ trang thanh toán

monapay_set_payment_profile

Set up the hosted-checkout payment profile: shop identity, branding, and default payout accounts. Configure display name, logo, hotline, support email, and bank/virtual account defaults.

Instructions

Tạo hoặc cập nhật tên shop, nhận diện và tài khoản nhận tiền mặc định trước khi tạo checkout. Secret ký redirect chỉ được API trả một lần. / Create or update the hosted-checkout payment profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNo
hotlineNo
logo_urlNoURL HTTPS của logo, tối đa 512 KB
va_prefixNo
owner_typeNo
merchant_idNo
terminal_idNo
accent_colorNo
display_nameNo
owner_numberNo
support_emailNo
show_mona_badgeNo
beneficiary_nameNo
default_bank_account_idNo
default_virtual_account_idNo

Schema Changelog

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

  1. First observedv0.4.2

TDQS

B3.3/5.0
Behavior3/5

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

There are no annotations, so the description carries the burden. It does disclose that the operation creates/updates and adds a valuable warning that the redirect signing secret is returned only once. However, it does not explain what happens to existing fields on update, prerequisites, or error cases, leaving significant behavioral gaps.

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 short and front-loads the main action before adding the one-time-secret warning. The bilingual duplication uses two sentences but remains compact; no filler.

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

Completeness2/5

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

Despite 15 optional-looking parameters and no output schema, the description does not state prerequisites, what the API returns beyond the secret, or how partial updates behave. It is enough to understand the tool's role but not enough to invoke it reliably.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 7%, so the description must compensate for 15 parameters. It groups some fields into broad concepts (shop name, identity, receiving account) but does not map them to actual parameter names and leaves merchant_id, terminal_id, locale, hotline, support_email, and others unexplained.

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?

States the verb and resource clearly: creates or updates the hosted-checkout payment profile, naming the shop name, identity, and default receiving account. The phrase 'before creating checkout' also separates it from checkout creation, though it does not explicitly name sibling tools.

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?

Explicitly says this happens 'before creating checkout', giving the agent a clear timing/context for when to call it. It does not mention alternatives or exclusions such as using get_payment_profile for reads, but the stated precondition is clear.

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