Skip to main content
Glama

insuranceoracle

claim_news

Major insurance claim news by event type: storm, flood, earthquake, hail, fire, cyber.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage: de or en (default: de)
limitNoMax articles 1-20 (default: 10)
event_typeNoEvent type: storm, flood, earthquake, hail, fire, cyber, all (default: storm)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden for disclosing behavior. It omits details about return format, sorting, or what 'major' means, leaving the agent to infer that it returns a list of news articles. The description is minimal and does not explain side effects or limitations.

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?

The description is a single sentence that is front-loaded with the core action and lists event types efficiently. Every word contributes value, with no filler or repetition.

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?

The tool has no output schema, so the description should convey what is returned. 'Major insurance claim news' implies a list of articles, but it does not explicitly state return type, default behavior, or any additional details needed for full understanding. It is adequate for a simple tool but leaves gaps given the absent output schema and annotations.

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% for all three parameters, including defaults and allowed values. The tool description repeats the event type list but adds no additional parameter semantics beyond what the schema already provides, so the baseline of 3 is appropriate.

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 clearly states the tool provides 'Major insurance claim news' filtered by event type, listing specific types. This gives a specific resource and scope, though it does not explicitly differentiate from the sibling 'insurance_news' tool.

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 event type list implies usage for claim news related to those events, giving clear context for when it applies. However, it does not mention alternatives or when not to use this tool, so guidance is only implied.

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.