Skip to main content
Glama

CoverSavvy Term Life Insurance Rates

query_rates

Returns the monthly and annual premium for a specific profile. All 5 parameters are required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageYesApplicant age (20–65)
termYesTerm length in years: 10, 15, 20, 25, or 30
genderYes
coverageYesCoverage amount in dollars (e.g. 500000 for $500K). Call list_options for valid values.
health_classYespreferred = best non-tobacco rate, standard = average non-tobacco rate, standard_tobacco = tobacco user rate

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states the output and required parameters. It does not explicitly mention read-only behavior, error handling, or any side effects, leaving the agent to infer safety from the verb 'Returns'.

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 extremely concise at two sentences. The first sentence states the core purpose, and the second reinforces a key constraint. Every word earns its place with no redundancy.

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?

For a simple query tool with well-documented parameters in the schema and a clear output statement in the description, the description is mostly complete. It lacks context about when to use it vs siblings, but that is covered under usage guidelines. The output schema is absent, but the description explicitly states what the tool returns.

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 high (80%) and includes detailed descriptions for age, term, coverage, and health_class, with enums for gender and health_class. The description adds nothing beyond the schema, except reiterating that all parameters are required, which is already in the required list.

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 returns monthly and annual premiums for a specific profile. The verb 'Returns' is specific, and the resource 'premium' is distinct from sibling tools like compare_health_classes or list_options, making its purpose immediately clear.

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?

The description provides no explicit guidance on when to use this tool versus the sibling comparison tools. It only notes that all parameters are required, which is already in the schema, but does not indicate scenarios where this tool is preferred or alternatives should be used.

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