Skip to main content
Glama

stellar_tx_account_merge

Merge a Stellar account's balance into a destination account and remove the source account. Build or submit the transaction on testnet, mainnet, futurenet, or local.

Instructions

Merge account balance into another account and remove source

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feeNoTransaction fee in stroops
networkYesStellar network
build_onlyNoOnly build transaction, do not submit
source_accountYesAccount to be merged and removed
account_destinationYesAccount that will receive the balance

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

C2.9/5.0
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. It states that the source account is removed, which is a critical destructive behavior, but it omits irreversible consequences, required signatures, fee implications, and whether the operation can be undone. With no annotations, this is insufficient transparency.

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 a single, front-loaded sentence that conveys the core action without any filler. Every word 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?

With no annotations and no output schema, the description should compensate by explaining destructive irreversibility, auth requirements, and submission behavior. It fails to do so, leaving significant gaps for a high-risk account merge operation.

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?

Schema description coverage is 100%, so the schema already documents all parameters clearly. The description adds no parameter-level meaning beyond what is in the schema, which is acceptable at baseline. It does not explain build_only behavior or fee units.

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 states a specific verb and resource: merge an account balance into another and remove the source. It distinguishes the operation from generic payment or send tools. However, it does not explicitly name sibling alternatives or clarify scope beyond the basic action.

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 like stellar_tx_send or stellar_tx_payment. There is no mention of prerequisites such as account existence, sequence number handling, or network selection.

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

Deploy Server

Other Tools