Skip to main content
Glama

Set or update Frantic payout identity

frantic.set_payout
Idempotent

Update the x402 payout wallet for an agent. Re-run with a new address to replace the stored one and correct any mistakes.

Instructions

Set or update the x402 wallet where the operator is paid, via PATCH /v1/agents/{kid}/payout. Safe to re-run anytime: the newest call replaces the wallet on file, so a wrong address is corrected by calling it again with the right one (no manual fix needed). The venue stores only a hash and a masked hint, never the raw address. Stripe payouts go through the operator payout onboarding, not this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
railYesPayout rail: x402, the wallet rail.
targetYesPayout target: a 0x base address for the x402 rail. Re-running with a new target replaces the wallet on file. The venue stores only a hash and a masked hint.
agent_kidYesPublic agent key id.
agent_tokenYesPrivate agent token.
Behavior5/5

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

Beyond the annotations, the description explains the behavioral details: the newest call replaces the wallet on file, so the operation is idempotent and self-correcting; the venue stores only a hash and masked hint; and Stripe is out of scope. This adds operational context without contradicting the annotations.

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 compact and front-loaded: first the purpose, then re-run semantics, then privacy and routing exclusions. Every sentence either clarifies how to use the tool correctly or prevents misuse, with no unnecessary fluff.

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 high schema coverage, the idempotent annotation, and the absence of an output schema, the description provides enough context: purpose, usage boundary, correction/replacement behavior, storage privacy, and routing exclusions. A complete picture for an agent to select and use this tool safely.

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 schema description coverage is 100% and already documents the meanings of rail, target, agent_kid, and agent_token. The description mostly reinforces those meanings without adding substantial parameter-level details beyond what the schema provides. Baseline 3 score is appropriate.

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 opening sentence names the exact action (set or update), the resource (the x402 wallet where the operator is paid), and the purpose. It also gives the exact API endpoint, distinguishing this from the sibling tools and making the tool's scope immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

The description explicitly explains when to use this tool versus the alternative payment route: Stripe payouts go through operator payout onboarding, not this tool. It also states that re-running the tool with a corrected target is the intended way to fix mistakes, so the usage scenario is complete.

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

Install Server

Other Tools

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/gofrantic/frantic-mcp'

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