Skip to main content
Glama

stellar_tx_set_options

Set Stellar account options including flags, signers, and home domain. Configure thresholds, weights, and inflation destination on any network.

Instructions

Set account options like flags, signers, and home domain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feeNoTransaction fee in stroops
networkYesStellar network
set_flagsNoFlags to set
build_onlyNoOnly build transaction, do not submit
signer_keyNoPublic key of signer to add/update
clear_flagsNoFlags to clear
home_domainNoHome domain for the account
low_thresholdNoLow threshold
master_weightNoMaster key weight
med_thresholdNoMedium threshold
signer_weightNoWeight for the signer (0 to remove)
high_thresholdNoHigh threshold
inflation_destNoInflation destination account
source_accountYesAccount to modify options for

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 behavioral burden and largely fails it. It does not state that this is a mutating on-chain operation, whether it submits or only builds, whether signing is required, whether changes are reversible, or what happens to unspecified options.

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?

A single efficient sentence with the verb and resource front-loaded and no filler. Brevity costs it completeness, but nothing in the sentence is wasted.

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 14-parameter, unannotated mutation tool with no output schema, one sentence is inadequate. An agent still lacks signing/submission semantics, network/fee implications, and guidance on the build_only flow, which are exactly the gaps structured fields do not cover here.

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% across all 14 parameters, so the schema already documents fee, thresholds, flags, signer weights, etc. The description only names three option categories and adds no syntax, format, or constraint detail beyond the schema, so the baseline 3 is appropriate.

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?

States a specific verb (Set) and resource (account options) and enumerates the main capability areas (flags, signers, home domain), which distinguishes it from sibling tx tools like stellar_tx_payment or stellar_tx_change_trust. It is clear but does not explicitly contrast itself against those siblings.

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?

There is no when-to-use guidance, no prerequisites (e.g. that the source account must sign), and no mention of when to prefer this over related tools or when to use build_only vs submitting. The agent must infer everything from the name.

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