Skip to main content
Glama

get_claims_check

Retrieve the three headline claim checks for account health. This read-only tool returns claim verification results to identify potential risks.

Instructions

The three headline-claim checks (no internal fields exist on ClaimCheck).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden. 'The three headline-claim checks' weakly implies a read-only retrieval, but the description does not disclose whether results are cached, computed on demand, require prior state, or return arbitrary historical data. The parenthetical about ClaimCheck internal fields is cryptic, not an informative behavioral disclosure.

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

Conciseness3/5

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

The description is short and front-loaded with the main subject, but the parenthetical at the end is cryptic and adds little. It earns a middling score because it is compact yet not self-explanatory.

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

Completeness3/5

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

Given there are no parameters, the tool is trivially callable/myfreecams, and the output schema is marked present, the main missing piece is a clear statement of what the three headline-claim checks are and when to use them. The parenthetical provides a small structural hint but does not explain return semantics or use cases.

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 input schema has no parameters defining a 100% schema coverage baseline, so the description is not required to explain parameter details. The brief mention of 'no internal fields' attempts to describe the shape of the returned ClaimCheck, but does not provide actionable parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the subject ('the three headline-claim checks') but never states an action—it is a noun phrase, not a sentence like 'returns' or 'retrieves'. It distinguishes the payload from sibling get_* tools by name, but not by explicit behavior. It contains a confusing parenthetical ('no internal fields exist on ClaimCheck') that is not explained.

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

Usage Guidelines2/5

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

No guidance is provided on when to call this tool versus get_health_score, get_metric_trend, or get_risks. The description implies the tool returns claim checks, but it never states contexts, exclusions, or alternatives. There is no misleading guidance, but the agent is left to infer everything.

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