Skip to main content
Glama

Election Index

Dataset health

dataset_health
Read-only

Coverage, stale records, races still lacking a results page, and publisher-gate warnings. Use to judge how far to trust an answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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

A3.6/5.0
Behavior3/5

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

Annotations already establish readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds genuinely useful behavioral content by naming the diagnostic categories and warnings surfaced, but says nothing about cost, scope of the underlying dataset, or what a warning implies for downstream use.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, nothing padded, and the content list is front-loaded before the usage cue. The first sentence is a noun-phrase fragment rather than a complete clause, which is terse but slightly less scannable than a well-formed statement.

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?

With no parameters and an output schema that carries the return structure, the description only needs to convey the tool's purpose and reported categories — which it does. It is adequately complete, though the relationship to sibling diagnostic/verification tools is left unstated.

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 tool takes zero parameters, so there is no parameter semantics to explain; the baseline for a parameterless tool applies. The description correctly adds no redundant argument discussion.

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 enumerates the concrete diagnostic content returned (coverage, stale records, races lacking a results page, publisher-gate warnings), which lets an agent identify it as a dataset-level health diagnostic rather than an answer lookup. It never names a sibling (e.g. check_question, when_final) to sharpen the boundary, so it falls short of a 5.

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?

'Use to judge how far to trust an answer' signals the intended context, so usage is implied rather than absent. However, it gives no explicit when-not condition and does not contrast with the closely related siblings like check_question or when_final, which is where the real ambiguity lies.

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