Skip to main content
Glama
moolrehq

moolre-mcp

Official
by moolrehq

create_payment_id

Create a permanent payment ID for a customer to pay by dialing 203[ID]#. Provide customer name, phone, currency, and your account number.

Instructions

Generate a unique permanent payment ID for use in making payments (dial 203paymentid#).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the Customer or a Unique ID.
phoneYesPhone number of the customer (e.g., +233267606822).
headersNoHTTP headers to include
currencyYesCurrency of your account/wallet.
externalrefNoUnique ID to identify the request.
accountnumberYesYour Moolre Account Number.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions 'permanent' but does not explain side effects, idempotency, rate limits, or required authentication (though headers are in the schema). The description adds minimal behavioral context beyond the core generation action.

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, front-loaded sentence that communicates the essential purpose without any filler. Every word is functional, making it highly concise for the information it conveys.

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?

Given 6 parameters, no output schema, and no annotations, the description is too brief. It fails to explain the return format, how the ID is used in payments, or any dependencies (e.g., needing a valid account). The USSD context helps but leaves significant gaps for a complex tool.

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 each parameter described in the input schema. The description does not add further parameter-specific meaning, such as how 'name' or 'externalref' influence the generated ID. Baseline 3 is appropriate as the schema handles the load.

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 description clearly states the tool generates a permanent payment ID and provides the USSD dial format. It is specific about the verb 'generate' and the resource 'payment ID', but does not explicitly differentiate from sibling tools like 'generate_payment_link' or 'initiate_payment', which manage payments differently.

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 hints at usage via USSD code, giving context on when to use the generated ID, but lacks explicit guidance on when not to use this tool or alternatives. There is no mention of prerequisites or exclusions, leaving the agent to infer appropriate use.

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/moolrehq/mcp_php'

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