Skip to main content
Glama
Scottcjn

RustChain + BoTTube MCP Server

by Scottcjn

rustchain_lottery_eligibility

Check if a miner qualifies for epoch lottery rewards by verifying eligibility status, required attestation information, and current enrollment status using their wallet address.

Instructions

Check if a miner is eligible for epoch lottery rewards.

Args: miner_id: The miner wallet address to check eligibility for.

Returns eligibility status, required attestation info, and current epoch enrollment status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
miner_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool checks eligibility and returns status, attestation info, and enrollment status, which is useful behavioral context. However, it lacks details on permissions, rate limits, or error conditions, which are important for a tool involving rewards.

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 appropriately sized and front-loaded, with the core purpose stated first, followed by structured Args and Returns sections. Every sentence earns its place by adding essential information without redundancy.

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 the tool's moderate complexity (1 parameter, no annotations, but with an output schema), the description is fairly complete. It explains the purpose, parameter semantics, and return values. Since an output schema exists, it need not detail return formats, but could improve by addressing behavioral aspects like error handling.

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 schema description coverage is 0%, so the description must compensate. It adds meaning by specifying that miner_id is a 'miner wallet address to check eligibility for', which clarifies the parameter's purpose beyond the schema's type definition. Since there is only one parameter, this is sufficient for a high score.

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's purpose with a specific verb ('Check') and resource ('miner eligibility for epoch lottery rewards'), distinguishing it from siblings like rustchain_balance or rustchain_miners. It precisely identifies what the tool does without being tautological.

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 context by specifying 'miner' and 'epoch lottery rewards', but does not explicitly state when to use this tool versus alternatives like rustchain_epoch or rustchain_stats. No exclusions or prerequisites are mentioned, leaving some ambiguity.

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/Scottcjn/rustchain-mcp'

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