Skip to main content
Glama

Jordan Payments (Tap Payments — cards / Apple Pay)

Server Details

Jordan payments for AI agents — cards / Apple Pay via Tap Payments. Never holds funds.

Status
Healthy
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.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: creating a payment link, checking status, and refunding. No ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with underscores (create_payment_link, query_payment_status, refund_payment), making them predictable.

Tool Count4/5

Three tools is reasonable for a focused payment link service, though it is on the lower end. Could potentially include cancel or list operations, but the count is appropriate for the core workflow.

Completeness4/5

Covers the essential operations: create, query status, and refund. Missing a cancel/void tool for unpaid links, but the surface is largely complete for the domain.

Available Tools

3 tools
query_payment_statusA
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
charge_idYesThe charge_id (chg_...) returned by create_payment_link
Behavior5/5

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

The description adds behavioral context beyond annotations by stating the tool queries Tap Payments directly and is pull-based, and clarifies that paid=true when status is PAID. This is consistent with the readOnlyHint annotation.

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 extremely concise, consisting of two sentences that front-load the purpose and key behavioral detail, with no unnecessary words.

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

Completeness5/5

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

Given the tool's low complexity (one parameter, no output schema, annotations present), the description fully covers purpose, usage, and parameter meaning, making it complete for an agent to select and invoke 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?

The input schema provides 100% coverage for the single parameter charge_id, including a description. The tool's description does not add additional parameter information beyond what the schema already provides, so it meets the baseline without extra value.

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 action ('Check whether a Jordan payment has been paid') and specifies the resource ('a Jordan payment created by create_payment_link'), distinguishing it from sibling tools like create_payment_link and refund_payment.

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 explains when to use this tool ('pull-based, no webhook needed'), providing clear context for proactive status checking, but does not explicitly state when not to use it or mention alternatives beyond the implied webhook approach.

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 payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the amount is checked before anything is sent to the gateway.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountNoOptional partial-refund amount in the local currency major unit. Omit for a full refund.
charge_idYesThe charge_id of the paid payment (same id used by query_payment_status)
Behavior4/5

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

Annotations already indicate destructiveHint=true, and the description confirms mutation. It adds valuable behavioral details: default full refund, partial refund where supported, and that the amount is checked against owner policy guardrails before gateway processing. 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?

The description is two sentences, front-loaded with the action and scope, with no redundant or irrelevant information. Every sentence adds value, making it highly efficient.

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, the description covers the main use case and constraints well. However, it lacks details on idempotency (although idempotentHint=false is in annotations) and does not specify what the response looks like or potential errors. Overall, it is reasonably complete for a refund 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%, so the schema already describes both parameters adequately. The description adds marginal value by explaining the default behavior and policy checks, but does not provide new semantic info beyond the schema.

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 action ('Refund a paid payment') and specifies the scope (only payments created by create_payment_link). It distinguishes from sibling tools (create_payment_link, query_payment_status) by defining its unique role.

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 provides clear usage context: it applies to paid payments from create_payment_link, defaults to full refund, and allows partial refunds with an amount parameter. It also mentions guardrails (x-agentpay-max-amount). However, it does not explicitly state when not to use it (e.g., for unpaid payments) or directly compare with siblings.

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