Skip to main content
Glama
theYahia

paymongo-mcp

by theYahia

Create Payment Link

create_link
Destructive

Create a shareable PayMongo payment link for no-code checkout. Provide amount in centavos and description to receive a checkout URL and reference number.

Instructions

Create a PayMongo Payment Link (no-code shareable checkout). Returns a checkout_url and reference_number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in centavos as an integer (e.g. 10000 = ₱100.00).
remarksNoInternal note (NOT shown to the payer).
currencyNoISO currency code.PHP
descriptionYesDescription shown to the payer on the link's checkout page.
Behavior2/5

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

Annotations include openWorldHint: true and destructiveHint: true, but the description adds no clarification about what these side effects actually are (e.g., whether the link expires, if it is irreversibly created, or what destructive means in this context). The description only mentions return values, not the behavioral implications of creating a link. Since annotations are broad and unhelpful, the description carries more burden than it fulfills.

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 two short sentences that are front-loaded with the core purpose and key return values. No filler or repetition of schema details. Every sentence contributes meaningful information.

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

Completeness4/5

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

For a straightforward creation tool with 4 parameters fully documented in the schema, the description is sufficient: it states what it does, the return values, and the no-code context. However, it does not address the unusual destructiveHint annotation or any side effects, which would be useful but not critical for invoking the tool. Overall, it is complete enough for an agent to use correctly.

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 all four parameters already having clear descriptions (e.g., amount in centavos, remarks as internal note). The description adds no additional parameter-level information, so the baseline of 3 applies because the schema does the heavy lifting.

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 'Create a PayMongo Payment Link' with a specific verb and resource, and adds the differentiator 'no-code shareable checkout' to distinguish it from similar sibling tools like create_checkout. It also mentions expected return values (checkout_url and reference_number), making the purpose unambiguous.

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 phrase 'no-code shareable checkout' implies when to use this tool (when you want a hosted payment page without building UI), but there is no explicit guidance on when not to use it or how it differs from siblings like create_checkout or create_payment_intent. No exclusions or alternatives are named, so it remains at an implied-usage level.

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/theYahia/paymongo-mcp'

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