Skip to main content
Glama
dacmail

Cuéntica MCP

by dacmail

create_transfer

Destructive

Transfer funds between accounts using cash, wire transfer, or promissory note. Requires user confirmation.

Instructions

⚠️ Crea traspaso entre cuentas. payment_method: cash|wire_transfer|promissory_note. Confirmar con usuario.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
conceptYes
origin_accountYes
destination_accountYes
dateNo
payment_methodNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate destructiveHint=true, so the description is consistent with a destructive action. The description adds the warning emoji and enumerates payment methods, but does not disclose other behavioral traits like irreversibility or account balance impacts.

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 concise (two lines) and front-loads the purpose. However, the mix of Spanish and English and lack of structured formatting (e.g., bullet points) slightly reduces clarity.

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?

Given 6 parameters with no schema descriptions and no param info in the description (except payment_method), the description is insufficient for agents to correctly invoke the tool. An output schema exists but is not described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must compensate. It only adds semantics for payment_method (listing three options). Parameters like amount, concept, origin_account, destination_account, and date remain unexplained, leaving the agent with minimal guidance.

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 clearly states it creates a transfer between accounts ('Crea traspaso entre cuentas'), which distinguishes it from tools like create_expense or create_income. However, it does not explicitly compare to siblings or highlight unique aspects beyond 'entre cuentas'.

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

Usage Guidelines4/5

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

The description includes an explicit instruction: 'Confirmar con usuario' (confirm with user), which tells the agent to ask for confirmation before executing. It also lists payment method options, guiding selection. No when-not-to-use or alternatives are given.

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/dacmail/cuentica-mcp'

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