Skip to main content
Glama

get_amendment_status

Retrieves live status of Xahau network amendments: shows enabled and voting amendments with >80% support, reading directly from the ledger.

Instructions

Live amendment status for the network: every ENABLED amendment (resolved to its human name where known, raw hash otherwise) plus any in the VOTING set (already at >80% support, counting toward enablement). Reads the on-ledger Amendments singleton — no admin node needed. 1 RPC read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNomainnet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
caveatNo
votingNo
enabledNo
networkNo
summaryNo
namedCountNo
votingCountNo
enabledCountNo
unnamedCountNo
knownNameTableSizeNo
Behavior4/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 clearly states the tool is a read operation, specifies the data source (on-ledger singleton), notes it requires no admin node, and quantifies the call as 1 RPC call. This is good transparency for a read-only operation, though rate limits or potential errors are not mentioned.

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 with two sentences that efficiently convey the tool's purpose, output, and nature. Every sentence adds value without redundancy, meeting the highest standard for conciseness.

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?

For a simple read tool with one parameter and an output schema (present but not shown), the description provides sufficient context: what data is returned, the data source, and the cost (1 RPC). It lacks details on error cases or edge conditions, but given the tool's simplicity and the presence of an output schema, it is adequately complete.

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%, so the description should compensate. The single parameter 'network' (with enum and default) is not described in the text, leaving the agent to infer its purpose from the enum values. While the parameter is simple, the description misses an opportunity to clarify its role, resulting in lower effectiveness.

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?

Description clearly identifies the tool as retrieving live amendment status for the network, detailing what is included (enabled amendments with human names, voting set with >80%). However, it does not differentiate from sibling tools like 'predict_amendment_activation' or 'check_amendment_blocked', leaving some ambiguity about when to use this specific tool over alternatives.

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?

Indicates that it reads the on-ledger Amendments singleton without requiring an admin node, which implies it's a simple read operation. No explicit guidance on when to use this tool versus siblings like 'predict_amendment_activation' or 'diff_node_amendments', limiting its decisiveness for tool selection.

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