Skip to main content
Glama

paywall__payment_payat_link

Returns a Pay@ payment link and payat_reference for a Netfluid wallet. Pay@ provides both online and physical payment options. Physical at till points at most retailers in South Africa. At the till the customers performs a bill payment and provides the unique payat_reference (SA) or payat_reference_bw (BW). Online payments via the payat_link, provides a funding method with direct integration in South African banking apps. Both the url and the payat_reference(_bw) code returned is valid for multiple use. The amount is decided by the customer at till point or on the link. Pay@ charges a minimum of R12 in fees which is deducted from the fund received in the wallet. The funds remain in the Netfluid account until wallet_transfer. @param wallet_fk: The Netfluid wallet_fk @param pin: The Netfluid wallet PIN @param account_fk: The Netfluid account_fk into which the funds will be deposited, if 0 the system will select the first available ZAR account. @return: a json object, containing the results in the "values" object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYes
wallet_fkYes
account_fkNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

Annotations are empty, so the description carries the full burden. It discloses several behavioral traits: Pay@ charges a minimum R12 fee deducted from funds received, funds remain in the Netfluid account until wallet_transfer, and both link and reference are valid for multiple uses. It also explains the account_fk=0 fallback behavior. This is substantive transparency, though it does not mention potential error conditions or idempotency of link creation.

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 longer than average, but each sentence earns its place by explaining the payment context, fee structure, parameter semantics, and return value. It is logically structured with clear @param and @return sections. Slight redundancy exists (e.g., 'Both the url and the payat_reference(_bw) code returned is valid for multiple use' could be merged with earlier sentence), but overall it is efficient given the complexity.

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 complexity (payment link generation, South African context, fee deduction, multi-use codes, cross-border reference variants), the description covers all essential aspects: what it returns, how the payment flow works, fee implications, and parameter behavior. It also benefits from an output schema (not shown) which likely documents the return structure further. This is a complete and self-sufficient description.

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 description coverage is 0%, and the description fully compensates by documenting all three parameters: wallet_fk (Netfluid wallet_fk), pin (Netfluid wallet PIN), and account_fk (destination account, with 0 meaning auto-select first available ZAR account). It also clarifies the return object. This adds meaning well beyond the bare 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 the tool's purpose: 'Returns a Pay@ payment link and payat_reference for a Netfluid wallet.' This is a specific verb+resource construction that distinguishes it from sibling tools like paywall__payment_3d_secure_link and netfluid__fund_payat. It also explains what Pay@ offers (online and physical payment options), making the tool's scope unambiguous.

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 explains when to use Pay@ (for receiving payments via Netfluid wallet, both online and at physical till points) and details how the payment process works (customer chooses amount, unique reference, multi-use validity). However, it does not explicitly mention alternatives or exclusions, such as when to use a different payment method or sibling tool like netfluid__fund_payat instead.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.6/5.0
Disambiguation2/5

Several tools have overlapping or identical purposes (e.g., netfluid__session and netfluid__session_2_token, netfluid__email and netfluid__send_email). With 142 tools spanning wallet, crypto, funding, and paywall features, distinguishing between similar account/crypto/balance tools requires careful reading of descriptions.

Naming Consistency3/5

Most tools follow a snake_case pattern with a netfluid__ or paywall__ prefix, but there are inconsistencies like netfluid__session_2_token, netfluid__netfluid_voucher_check, and single-noun tools (netfluid__skill, netfluid__fees). The two namespaces use slightly different conventions, making the overall set feel less uniform.

Tool Count1/5

At 142 tools, this is an extremely large surface for any MCP server. Even for a comprehensive financial platform, this exceeds practical usability and likely includes duplicates or overly granular operations.

Completeness4/5

The tool set covers a wide range of operations including account management, crypto transactions, funding methods, withdrawals, and paywall subscriptions. However, the presence of duplicate tools suggests redundancy rather than a clean, minimal complete surface, and some workflows may require chaining many tools.

Resources