Skip to main content
Glama

netfluid__payment_wallet_set

Set this wallet as a payment wallet. Payments wallets are normal wallets that cannot login to the portal. They are typically used as sub-wallet by a sponsor wallet. A payment wallet's access control such as Secret, PIN and recovery words are held by the sponsor. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @return: a json object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYes
api_keyYes
wallet_fkYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior2/5

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

Annotations are empty, so description must carry full burden. It mentions that access control shifts to sponsor but does not disclose side effects like irreversibility or whether the wallet can be unset. The mutation nature is implied but not clarified.

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?

Description is concise with front-loaded main action. The param block is structured but slightly verbose. No superfluous sentences.

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

Completeness3/5

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

Despite output schema existence, the description only says '@return: a json object', lacking detail on success/failure indicators. For a mutation tool, behavioral context is missing, but param explanations partially compensate for 0% schema coverage.

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 0%, but description includes a @param block for each parameter, adding meaning: api_key is allocated to app, token and wallet_fk come from /access/login. This compensates for the sparse 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 main action 'Set this wallet as a payment wallet' and explains what a payment wallet is (cannot login, sub-wallet, sponsor holds access control). It distinguishes from sibling 'netfluid__payment_wallet_signup' which likely creates a new payment wallet.

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 explicit guidance on when to use this tool versus alternatives like creating a payment wallet. The description does not mention prerequisites, when-not to use, or typical scenarios.

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