Skip to main content
Glama
moolrehq

moolre-mcp

Official
by moolrehq

validate_name

Validate the account holder's name for mobile money or bank transfers to ensure accuracy before processing payments.

Instructions

Confirm the name of a Mobile Money or Bank Account holder before initiating a transfer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes1=MTN, 6=Telecel, 7=AT, 2=Instant Bank Transfer.
headersNoHTTP headers to include
currencyYesCurrency code (e.g., GHS).
receiverYesPhone number or bank account number.
sublistidNoBank ID if channel is Bank Transfer.
accountnumberYesYour Moolre Account Number.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates the tool performs a name confirmation (likely a read-only check), but it does not specify the return format, error handling, or whether any state changes occur.

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 sentence (18 words) that immediately conveys the tool's purpose. It is front-loaded and contains no extraneous information.

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?

Given the tool has 6 parameters (including nested headers), no output schema, and no annotations, the description could explain expected output (e.g., the confirmed name) or potential errors. It provides basic context but leaves gaps for an agent to infer behavior.

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%, so all parameters are documented in the input schema. The description adds no additional parameter-level detail beyond the schema, so it meets the baseline but does not exceed it.

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 uses a specific verb 'Confirm' and clearly identifies the resource (name of Mobile Money or Bank Account holder). It distinguishes the tool from siblings like initiate_transfer and list_transactions by specifying its use case as a prerequisite step before initiating a transfer.

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 states 'before initiating a transfer,' which provides clear context for when to use this tool. However, it does not explicitly mention when not to use it or name alternative tools, leaving a minor gap.

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