Skip to main content
Glama

build_deepfreeze_unsigned

Generate an unsigned TrustSet transaction to toggle freeze on a trustline: freeze (block sends), deep_freeze (block sends and receives), or unfreeze.

Instructions

Assemble an UNSIGNED TrustSet that toggles a freeze on your trustline to a counterparty. action: deep_freeze (blocks holder sending AND receiving — needs DeepFreeze amendment), clear_deep_freeze, freeze (blocks sending only), unfreeze. Returns unsigned JSON + preflight. Never signs; testnet by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNodeep_freeze
accountYesthe issuer (you)
networkNotestnet
currencyYes3-char ISO code or 40-hex currency (issued, not XAH)
limitValueNoyour existing trust limit to preserve (defaults to "0")
counterpartyYesthe holder side of the trustline
Behavior4/5

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

With no annotations, the description carries full burden and discloses key traits: returns unsigned JSON + preflight, never signs, defaults to testnet, and mentions DeepFreeze amendment requirement. This adds value beyond the schema, though could mention the tool only assembles and does not submit.

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 extremely concise—two sentences that front-load the main purpose and efficiently cover key behaviors (unsigned, never signs, testnet default). No wasted words.

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

Completeness3/5

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

For a tool with 6 parameters, no annotations, and no output schema, the description is adequate but leaves gaps. It does not explain what 'preflight' means, nor does it mention prerequisites like needing an existing trustline. Return format details are minimal.

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 description adds meaning beyond the schema by explaining the 'action' parameter's four possible values and their effects, and noting the 'network' default. However, other parameters (account, counterparty, currency, limitValue) are already adequately described in the schema.

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 tool assembles an unsigned TrustSet to toggle a freeze on a trustline, using a specific verb 'assemble' and resource. It distinguishes itself from sibling build_*_unsigned tools by specifying the freeze action.

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 for assembling freeze transactions, listing action types. However, it does not explicitly state when to use this tool versus alternatives or when not to use it. No sibling comparisons are provided.

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/Hugegreencandle/xahau-mcp'

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