Skip to main content
Glama

CoverSavvy Term Life Insurance Rates

list_options

Returns all valid parameter values. Call this first to know what ages, coverages, terms, genders, and health classes are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'Returns' implies a read-only operation, and the enumeration of value categories adds useful context. But it does not disclose potential side effects, costs, or failure modes. For a simple list tool, this is adequate but not rich.

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, front-loaded sentence that directly states the purpose and key output. It wastes no words and is perfectly scannable.

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?

For a tool with no parameters and no output schema, the description is complete: it states the return content and enumerates the relevant categories. Given the sibling tools (comparison/query), this discovery tool is fully placed in context.

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?

There are zero parameters in the schema, so by the rubric the baseline is 4. The description does not need to elaborate on inputs, but it usefully clarifies that the output enumerates valid values for future parameters across the listed categories.

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 uses a specific verb ('Returns') and a clear resource ('all valid parameter values'), and enumerates the categories (ages, coverages, terms, genders, health classes). It distinguishes itself from sibling tools like compare_health_classes and query_rates by framing this as the prerequisite discovery tool.

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?

The phrase 'Call this first' provides explicit when-to-use guidance, making clear this is the initial discovery step. However, it does not mention when not to use it or name specific alternatives, so it lacks the full exclusionary guidance required for a 5.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: list_options provides metadata, query_rates calculates a specific premium, compare_terms shows term length variations, and compare_health_classes shows health class variations. An agent can easily distinguish between them based on their specific functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., compare_health_classes, compare_terms, list_options, query_rates) with clear, descriptive verbs and nouns. There are no deviations in naming style, making the set predictable and easy to understand.

Tool Count5/5

With 4 tools, this server is well-scoped for its purpose of providing term life insurance rate comparisons and queries. Each tool earns its place by covering essential aspects: metadata retrieval, specific queries, and comparative analyses across key parameters like term length and health class.

Completeness5/5

The tool surface is complete for the domain of term life insurance rate exploration. It covers metadata listing (list_options), specific premium calculation (query_rates), and comparative analyses for both term lengths and health classes, with no obvious gaps in the core workflow for rate comparison and decision-making.

Resources