Skip to main content
Glama

netfluid__payment_wallet_signup

Creates a payment wallet. Payment wallets are a form of sub-wallet of which the sponsor controls access to the Secret,PIN and recovery keywords. A payment wallet cannot login to the portal and is therefore only accessible to the sponsor via the api or this mcp. In order for this wallet to exists, it needs to be created by a human KYCed wallet. Once created this wallet will be fully enabled to perform any transaction any other wallet is capable of. Including access to virtual bank accounts in Europe and the USA as a funding source. The wallet is automatically minted with a Solana Blockchain wallet. The sponsor would typically only need to save the wallet_fk and PIN of the new wallet in their storage in order to make use of it later. The secret is optional purely to maintain backward compatibility, if not provided the system will generate default values. We suggest you use the mobile and email of the sponsor where available, in order to get access to recovery methods. The human accepts all legal responsibility for this payment wallet. Process can take up to 30 seconds. @param secret: A secret, minimum 8 characters, must be unique system-wide. This is typically the username, but private. Suggestion: Generate 3 natural language words, concatenated, or prompt the human for 3 words. @param pin: The 5 digit PIN associated with the new wallet. Can be any random 5 numbers. @param email: The agents email address, if not available use a blank string. @param mobile: The human's mobile phone number, in e164 format, e.g. 27821234567 (no +). if not available use a blank string. @param currency_fk: The currency of the first account, use 7 (ZAR) for everyone else use 3 (USD) @param sponsor_wallet_fk: The sponsor's wallet_fk, this wallet_fk must be KYCed if not the new wallet will also not be KYCed @param sponsor_wallet_pin: The sponsor's 5-digit PIN

@return: a json object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYes
emailNo27012345678@netfluid.ltd
mobileNo27012345678
secretNo9e85cf58-8c45-4cc4-b1e8-aea6054d6ee4
currency_fkNo
sponsor_wallet_fkYes
sponsor_wallet_pinYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / secret / default
      Previous value: -"0611bcc5-fc8c-4d2b-a823-bc4c3c34a241"New value: +"9e85cf58-8c45-4cc4-b1e8-aea6054d6ee4"
  2. Changed1 schema field changed
    • changedInput schema / properties / secret / default
      Previous value: -"81fc6380-782c-4bde-8d0e-4c26eebca55b"New value: +"0611bcc5-fc8c-4d2b-a823-bc4c3c34a241"
  3. Changed1 schema field changed
    • changedInput schema / properties / secret / default
      Previous value: -"56a6d06e-4448-4c11-8eef-805be38d5a50"New value: +"81fc6380-782c-4bde-8d0e-4c26eebca55b"
  4. Added

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It reveals multiple non-obvious traits: payment wallets cannot login to the portal, access is only via API/MCP, automatic Solana wallet minting, full transaction capability including virtual bank accounts, up to 30-second processing time, and legal responsibility assumed by the human. These go far beyond a simple 'creates' and give the agent a clear mental model.

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 long but every sentence adds substantive value—scope, constraints, side effects, timing, and parameter guidance are all covered. The @param section is well-organized and front-loaded after the core purpose. Slightly verbose, but no wasted words; it earns its length.

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 7 parameters, no annotations, and an output schema that exists, the description is fully complete. It covers prerequisites, side effects, timing, parameter semantics, and even post-usage advice (what to save). The only missing piece is a detailed return structure, but since an output schema is present, that is not the description's responsibility.

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?

The schema description coverage is 0%, so the description must compensate. It provides detailed @param explanations for every parameter, including format requirements (secret minimum 8 chars and unique, PIN 5 digits, e164 mobile format), default behavior (secret optional with generated default), and mapping (currency_fk 7 for ZAR, 3 for USD). This is exceptional parameter documentation that fully bridges the schema gap.

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 'Creates a payment wallet' with a specific verb and resource, and then clarifies the nature of a payment wallet as a sub-wallet controlled by a sponsor. It does not explicitly differentiate from sibling tools like payment_wallet_set or automated_signup, but the description is sufficiently clear about 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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides prerequisites (must be created by a human KYCed wallet) and hints at when to use it (to create a sub-wallet for a sponsor), but it does not explicitly state when to use this tool versus alternatives like payment_wallet_set or automated_signup. No direct comparison or exclusion is provided.

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.

Resources