Skip to main content
Glama

payoutMethods.create

Create payout methods for Ryft accounts to enable fund transfers, specifying bank details, currency, and country requirements.

Instructions

Create a Ryft payout method for an account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYes
typeYes
displayNameNo
currencyYes
countryYes
bankAccountYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions creation but fails to clarify persistence, reversibility (despite 'payoutMethods.delete' existing), idempotency, validation rules, or what the operation returns. This leaves significant behavioral gaps for a financial mutation tool.

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 single sentence is efficient and free of redundancy. However, given the complexity of the nested banking schema, the description is arguably undersized—though this impacts completeness more than conciseness. The sentence itself earns its place.

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

Completeness2/5

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

For a complex financial tool with nested objects (bankAccount containing address fields), zero schema descriptions, no annotations, and no output schema, a single sentence is inadequate. It lacks explanation of what a 'payout method' entails, valid 'type' values, or banking standards supported.

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 0%, and the description completely fails to compensate. It does not mention any parameters (accountId, type, currency, nested bankAccount structure) or explain what values are expected for the financial/banking fields, leaving all 6 parameters undocumented.

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 provides a specific verb ('Create'), resource ('Ryft payout method'), and scope ('for an account'), making the basic purpose clear. However, it does not explicitly differentiate from sibling tools like 'payouts.create' (which creates the payout itself vs. the method for receiving it).

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 is provided on when to use this tool versus alternatives, prerequisites (e.g., account verification requirements), or relationships to sibling operations like 'payoutMethods.update'. The description stands alone without contextual usage hints.

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/bkawk/ryft-mcp'

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