Skip to main content
Glama

EventTrader MCP

Get BTC Pool History

get_btc_pool_history
Read-onlyIdempotent

Recent terminal rounds (settled or voided) of a BTC prediction pool, newest first — P0/P1 snapshots, winning price/distance, winners count, pool size

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poolNoPool cadence: btc-4h or btc-5mbtc-4h
limitNoMax rounds (1-200)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral scope beyond that: it only returns terminal (settled or voided) rounds, sorts newest first, and names specific snapshots/fields, giving an agent a concrete idea of what the call returns.

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?

Single sentence, front-loaded with the most important distinction (terminal rounds) then the included fields, with zero filler. Appropriate length for the tool's complexity.

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

Completeness5/5

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

For a read-only, no-output-schema list tool, the description covers what the call returns (fields and ordering) while the schema covers parameters and annotations cover safety. Nothing an agent needs to decide whether to call it or parse the result is missing.

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%, with both pool and limit documented in the input schema including defaults and range. The description adds no parameter details, but the schema carries the full burden, so baseline 3 applies.

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?

Description uses a specific verb (Get), names the resource (BTC prediction pool terminal rounds), and enumerates returned data (P0/P1 snapshots, winning price/distance, winners count, pool size) plus ordering (newest first). This clearly distinguishes it from sibling get_btc_pool_state, which would represent current pool state.

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 appropriate use for settled/voided history but never explicitly states when to prefer it over get_btc_pool_state or other history tools. No exclusions or alternative routing are provided, so the context is clear but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources