Skip to main content
Glama

insurance_today

24-hour rollup: total listing count + top providers by capacity. Returns request count and quote count for the rolling window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the rolling-window behavior and that it returns counts and top providers, implying a read-only operation. However, it does not explicitly state the absence of side effects, whether authentication is required, or how data is aggregated beyond 'capacity'. This is adequate for a seemingly simple analytics tool but lacks explicit safety/behavioral statements.

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 concise and front-loaded, opening with the core concept '24-hour rollup' and then specifying the included data points in a second sentence. No unnecessary words or repetition; it earns every word.

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?

Given the tool's simplicity (0 parameters, no output schema, no annotations), the description covers the main aspects: time window, what is counted, and what is returned. However, it leaves some ambiguity around 'top providers by capacity' (e.g., capacity in what unit? top N?) and the exact format of the return value. This is slightly incomplete but acceptable for a straightforward summary tool.

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 is empty with zero parameters, so the baseline score is 4. The description correctly implies that no parameters are needed as it operates on a fixed rolling window, providing sufficient context for a parameter-free tool.

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 states the tool's purpose: a 24-hour rollup providing total listing count and top providers by capacity, plus request and quote counts. This distinguishes it from siblings like insurance_products and insurance_quote, which are about specific product/quote retrieval rather than aggregate metrics.

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 description implies usage for a daily summary/rollup based on the phrase '24-hour rollup' and 'rolling window', but it does not explicitly say when to use this tool versus alternatives or mention any exclusions. It could benefit from a note like 'Use for daily performance metrics' to clarify its role relative to siblings.

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

A4/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: listing products, requesting quotes, and daily summary. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent 'insurance_' prefix followed by a noun (products, quote, today), making them easy to distinguish.

Tool Count4/5

Three tools is minimal but appropriate for a broker-only service that forwards quotes and lists products without policy management.

Completeness3/5

Covers core broker functions but lacks tools for quote history comparison or user account management, though domain scope justifies limited surface.