Skip to main content
Glama

VotePredictor Elections

Forecast accuracy track record

forecaster_accuracy
Read-onlyIdempotent

How accurate each election forecaster, model, prediction market and pollster has been on resolved races, adjusted for how hard each race was. Use this to answer 'whose election forecast should I trust'. Difficulty adjustment matters: on raw scores whoever rated the safest races wins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many ranked entries to return, best first. Default 10.
officeNoRestrict the board to one office, or ALL for every resolved race.ALL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
metricYes
officeYes
entriesYes
summaryYes
lower_is_betterYes
adjusted_for_difficultyYesTrue. Raw scores reward whoever rated the safest races, so unadjusted rankings mislead.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond that: results are about resolved races, adjusted for race difficulty, and raw scores would mislead. This is meaningful context, even though return-shape details are left to the output schema.

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?

Three short sentences with each one serving a distinct purpose: describe the ranking, state the use case, and warn about the difficulty adjustment. There is no filler or redundant restatement of the tool name.

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?

With only two optional parameters, complete schema documentation, and annotations covering behavioral guarantees, the description gives an agent everything needed to select and invoke the tool correctly. The trust-framing and difficulty caveat strengthen contextual completeness.

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%, and both 'limit' and 'office' already have clear descriptions in the input schema. The tool description does not add parameter-specific meaning beyond that, so the baseline of 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?

The description clearly identifies the resource ('election forecaster, model, prediction market and pollster') and scope ('resolved races'), and ties it to an applied question ('whose election forecast should I trust'). It is readily distinguishable from sibling tools like forecast_race, which focuses on individual race forecasts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives an explicit use case: 'Use this to answer whose election forecast should I trust.' It also provides a practical caveat about difficulty adjustment. However, it does not name sibling alternatives or state explicit when-not-to-use conditions.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a clearly distinct resource: chamber-level control, an individual race, forecaster performance, and a member of Congress. The descriptions sharply differentiate aggregation level (chamber vs. single race) and subject (forecasters vs. legislators), so no two tools plausibly answer the same query.

Naming Consistency4/5

All four names are two-word snake_case compounds (chamber_outlook, forecaster_accuracy, forecast_race, member_profile), which is a consistent style. However, forecast_race inverts the entity_facet pattern used by the other three (race_forecast would match), creating a minor deviation.

Tool Count4/5

Four tools is slightly lean for an elections domain that could reasonably include race browsing or polling detail, but the scope is tightly focused and every tool earns its place. The count sits just under a fully-featured server while remaining well within a reasonable range.

Completeness4/5

Core workflows are covered: aggregate chamber outlook, per-race forecasts, forecaster credibility, and legislator context, with chamber_outlook even enabling race discovery via the 'moved most' list. Minor gaps exist—no race list/browse endpoint, no historical results, no poll-level detail—but agents can work around them without hitting dead ends.

Resources