Skip to main content
Glama
yosle

TropiPay MCP Server

by yosle

create_internal_beneficiary

Create a new internal TropiPay beneficiary by providing an alias and email. Use this tool to register a recipient for payments within TropiPay using the required fields.

Instructions

Create a new internal TropiPay beneficiary using TropiPay API.

Required: alias, searchValue (email)

Example:

{
  "alias": "MR Buchman",
  "searchValue": "wick@gmail.com",
  "searchBy": 1
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoAuto-set to 9 (Tropipay account).
aliasYesFriendly name. REQUIRED. Ex: 'MR Buchman'.
emailNoEmail. Optional if in searchValue.
stateNoStatus (0=Active, 1=Inactive, 2=Deleted). Default: 0.
currencyNoCurrency code. Optional.
lastNameNoLast name. Optional.
searchByNoSearch criteria (1=email). Default: 1.
firstNameNoFirst name. Optional.
paymentTypeNoAuto-set.
searchValueYesEmail to search for. REQUIRED. Ex: 'wick@gmail.com'.
accountNumberNoUser email. Optional if searchValue provided.
secondLastNameNoSecond last name. Optional.
beneficiaryTypeNoAuto-set to 1 (Internal/TropiPay).
userRelationTypeIdNoRelation type (0=myself, 3=commercial). Default: 3.
beneficiaryPersonTypeNoPerson type (1=individual). Optional.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that it creates a beneficiary and lists required fields/example. It does not disclose side effects, potential errors, permissions required, or behavior on success/failure. This is a significant gap for a create operation.

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 concise and well-structured: one sentence stating purpose, a bolded required-fields line, and a compact JSON example. Every element earns its place with no unnecessary verbosity.

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?

Despite having 15 parameters and no output schema, the description is minimal. It does not explain the expected response, how to handle errors, or how parameters like email and searchValue interrelate beyond the example. The example partially compensates, but overall completeness is lacking for a complex creation tool.

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?

The input schema has 100% coverage with descriptions for all parameters. The description adds value by highlighting the required parameters and presenting a concrete example showing the relationship between searchValue, searchBy, and alias. While it repeats some schema info, the example clarifies parameter usage beyond the schema alone.

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 action 'Create a new internal TropiPay beneficiary' with a specific verb and resource. The word 'internal' distinguishes it from sibling tools like create_external_beneficiary and create_crypto_beneficiary, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage through the tool name and the word 'internal', but it does not explicitly state when to use this tool versus the external or crypto beneficiary alternatives. It provides required fields and an example, which gives some context, but there is no direct guideline on when not to use it.

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/yosle/tropipay-mcp-server'

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