Skip to main content
Glama

generate_payment_link

Generate a shareable payment link for customers to pay via multiple West African providers. Set amount, currency, and provider to create the link.

Instructions

Generate a shareable payment link for a customer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in whole currency units
currencyNoISO currency codeXOF
providerNoPayment providercinetpay
descriptionNoPayment descriptionPayment
Behavior2/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, but it only states the basic action. It does not disclose what the tool returns (e.g., a URL), whether it creates a persistent record, expires, requires authentication, or has any side effects, making the tool's behavior largely opaque.

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, compact sentence that front-loads the verb and object. It is appropriately sized and contains no filler or redundant information, making it easy to parse.

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 the lack of annotations and output schema, the description is incomplete. It does not explain the return value, expiration or sharing behavior, or how the 'customer' reference maps to the input parameters. The tool's complexity is moderate, but the description leaves major gaps that could lead to incorrect invocation.

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?

The schema descriptions cover all four parameters, but the description introduces a 'customer' concept that is not represented in the schema, creating ambiguity about how a customer is specified. The description adds no additional semantic value beyond the schema's own parameter descriptions, and the mismatch reduces clarity.

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 action (generate) and the resource (shareable payment link for a customer), which is specific enough to convey the primary function. However, it does not explicitly differentiate from sibling tools like initiate_payment, which could also produce a payment URL, so it misses the top score for sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, such as initiate_payment or verify_payment. It also doesn't mention any prerequisites or context (e.g., whether a customer must exist). This leaves the agent without clear decision support.

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/Bigabou007-dev/warimcp'

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