Skip to main content
Glama

check_amendment_blocked

Checks if the Xahau RPC node is amendment blocked due to an outdated build version, preventing validation, submission, and voting.

Instructions

Report whether the configured RPC node for this network is AMENDMENT BLOCKED (running xahaud too old to understand an enabled amendment — can't validate, submit, or vote), plus its build version and validated ledger. Reads server_info. Checks the network's fixed endpoint (no arbitrary-URL input, by design). 1 RPC read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNomainnet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
errorNo
remedyNo
networkNo
summaryNo
networkIdNo
buildVersionNo
validatedLedgerNo
amendmentBlockedNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that it reads server_info, uses a fixed endpoint (no arbitrary URLs), and performs 1 RPC read. This is sufficient transparency for a simple read operation, though it could explicitly state it is safe and non-destructive.

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 two sentences with no wasted words. It front-loads the core purpose and adds necessary context about fixed endpoint and RPC count. Every phrase earns its place.

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

Completeness4/5

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

Given an output schema exists, return value explanation is not needed. The description covers the main output (amendment blocked, build version, ledger) and parameter. It is complete for a simple read tool with no annotations, though it could list the exact output fields for extra clarity.

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?

Schema description coverage is 0%. The description mentions 'this network' and 'network's fixed endpoint', implying the parameter selects the network, but does not explicitly describe the 'network' parameter or its enum values. While the parameter is simple, the description adds little beyond the schema's own definition.

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 it reports whether the configured RPC node is amendment blocked, along with build version and validated ledger. It specifies the verb 'report', the resource 'RPC node', and distinct condition 'amendment blocked'. This distinguishes it from sibling tools like xahau_server_info or get_amendment_status.

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 this tool is used to check if the node is too old to process transactions, but does not explicitly state when to use it versus alternatives like xahau_server_info or get_amendment_status. It mentions it reads server_info and uses a fixed endpoint, which gives context but lacks explicit usage boundaries.

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