Skip to main content
Glama

Election Index

Submit a correction

submit_correction

Report a mistake or a missing election, with a URL that proves it (ideally the official authority page). The report is public and is checked like any other claim; it never changes the data by itself. Returns the report id; follow it at https://electionindex.org/corrections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raceNoRace id within that election, if the report is about one race
claimYesWhat is wrong and what is right, 10 to 2000 characters
electionNoElection id, if the report is about a listed election
evidenceYeshttp(s) URL of the page that proves it

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYesWhat this answer was built from; cite dataset_version
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations cover the safety profile (destructiveHint=false, openWorldHint=false, idempotentHint=false), and the description adds genuinely useful context beyond them: the report is public, it is checked like any other claim, and it never mutates data by itself. It stops short of noting auth needs or rate limits.

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 tight sentences, front-loaded with the action, then the evidence requirement, then the outcome and follow-up URL. Every sentence carries information; nothing is padding.

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?

Despite an output schema that would excuse omitting return details, the description still states the returned report id and where to follow it, and covers the public/moderation nature of the report. Nothing an agent needs to invoke it correctly is missing.

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?

Schema description coverage is already 100%, so the baseline is 3. The description adds meaning on top of that by prescribing the quality of the evidence parameter ('ideally the official authority page') and framing the claim parameter as 'what is wrong and what is right'.

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?

The description names a specific action and object: reporting a mistake or a missing election, backed by a proving URL. It is unambiguous about what the tool does, though it never distinguishes itself from the sibling tools by name or scope.

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?

It gives clear conditions for use (you have found a mistake or missing election) and a prerequisite (a URL that proves it), and clarifies the effect is review, not direct data change. No alternatives or when-not-to-use paths are offered, but the context is sufficient to select it.

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