Skip to main content
Glama
sim0ple

aba-payway-mcp

by sim0ple

payway_create_payment_link

Create a shareable PayWay payment link to collect payments. Specify title, amount, currency, and return URL to generate a link for customer checkout.

Instructions

Create a shareable PayWay payment link. Requires PAYWAY_RSA_PUBLIC_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
amountYes
payoutNo
currencyYes
return_urlYesPlain URL; base64-encoded automatically
descriptionNo
expired_dateNoUnix timestamp; omit/null for no expiry
payment_limitNo
merchant_ref_noNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.2

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only notes a prerequisite (PAYWAY_RSA_PUBLIC_KEY) and omits side effects, authentication requirements, response structure, or reversibility.

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?

The description is a single concise sentence with no redundancy. It front-loads the purpose, but the brevity comes at the cost of essential context.

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

Completeness1/5

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

Given 9 parameters, 4 required, no output schema, and low schema coverage, this description is grossly incomplete. It fails to explain parameter usage, link behavior, or any constraints beyond the key requirement.

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

Parameters1/5

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

Schema description coverage is only 22%, and the description adds no parameter semantics. It does not explain any of the 9 parameters, so the agent receives no additional meaning beyond the bare schema.

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 states a clear verb and resource: 'Create a shareable PayWay payment link.' It conveys the core purpose and distinguishes this from related actions like purchase or QR generation, though it doesn't explicitly name sibling tools.

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?

No guidance on when to use this tool versus alternatives. There is no mention of typical use cases, exclusions, or comparisons with siblings such as payway_purchase or payway_generate_qr.

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

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/sim0ple/aba-payway-mcp'

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