Skip to main content
Glama

Egypt Payments (Paymob — cards / mobile wallets)

Server Details

Egypt payments for AI agents — cards / mobile wallets via Paymob. Never holds funds.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: creating a payment link, querying status, and refunding. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (create_payment_link, query_payment_status, refund_payment), making them predictable and easy to understand.

Tool Count5/5

Three tools are well-scoped for a focused payment service. The number is neither too few nor too many, covering the essential operations without redundancy.

Completeness4/5

The tool set covers the main lifecycle (create, query, refund), but is missing a cancel/void operation for pending payments and does not handle batch listing. However, for a minimal viable service it is reasonably complete.

Available Tools

3 tools
query_payment_statusA
Read-only
Inspect

Check whether a Egypt payment (created by create_payment_link) has been paid. Queries Paymob directly — pull-based, no webhook needed. paid=true when status is PAID.

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYesThe Paymob order_id returned by create_payment_link
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description reveals it queries Paymob directly and defines the condition for paid=true (status equals PAID). No contradictions.

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?

Two concise sentences, no wasted words. First sentence states purpose, second provides behavioral detail. Well-structured and front-loaded.

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 simple check tool with one parameter, the description adequately covers purpose and behavior. No output schema is provided, but the description mentions the 'paid' field condition. Slight gap: could specify what happens if order not found, but overall sufficient.

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

Parameters5/5

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

Schema coverage is 100% for the single parameter 'order_id'. The description adds semantic context by specifying it is the order_id returned by create_payment_link, linking to sibling tool.

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 the tool checks if an Egypt payment has been paid, using a specific verb 'Check'. It distinguishes from the sibling tool 'create_payment_link' by focusing on querying status rather than creating.

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 mentions it is pull-based and no webhook needed, providing guidance on usage context. However, it does not explicitly state when not to use this tool or mention alternatives besides the implicit sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

refund_paymentA
Destructive
Inspect

Refund a paid Egypt payment (created by create_payment_link) via Paymob. Provide transaction_id (from query_payment_status.transaction_id) OR order_id (the Paymob order_id from create_payment_link — the tool looks it up to find the transaction and its paid amount). Full refund by default (needs order_id so the paid amount can be looked up); pass amount_egp for a partial refund. Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the refund amount is checked before anything is sent to Paymob.

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idNoThe Paymob order_id returned by create_payment_link. Provide this or transaction_id; required for a full refund (used to look up the paid amount).
amount_egpNoOptional partial-refund amount in EGP (decimals allowed). Omit for a full refund of the payment (order_id required).
transaction_idNoPaymob transaction id of the paid payment (from query_payment_status.transaction_id). Provide this or order_id.
Behavior4/5

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

Annotations already indicate destructiveHint=true. Description adds context: refund respects same owner policy guardrails as payments, amount is checked before sending to Paymob, and full refund is default when order_id is provided. No contradictions.

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?

Three efficient sentences that front-load the main action and provide necessary details without waste. Could be slightly more structured but overall concise.

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?

Given no output schema and conditional parameters, the description covers identification (transaction_id or order_id), refund type (full or partial), and guardrails. Lacks mention of error scenarios or result format, but sufficient for core usage.

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

Parameters4/5

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

Schema coverage is 100%, but description adds interdependency details (order_id needed for full refund to look up paid amount, optional partial refund via amount_egp) that go beyond the schema definitions.

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 it refunds a paid Egypt payment created by create_payment_link via Paymob, distinguishing it from sibling tools create_payment_link and query_payment_status.

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 explains when to use each parameter (transaction_id vs order_id, amount_egp for partial refund) and mentions owner policy guardrails, but lacks an explicit statement on when not to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources