Skip to main content
Glama

CoverSavvy Term Life Insurance Rates

Ownership verified

Server Details

Get realistic term life insurance rates from the CoverSavvy Term Life Index. Query monthly premiums by age (20-65), gender, health class, coverage ($100K-$4M), and term length (10-30 years). Rates are averages of 2-3 lowest carrier quotes from leading U.S. life insurance carriers.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 4 of 4 tools scored.

Server CoherenceA
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.

Available Tools

4 tools
compare_health_classesAInspect

Given a fixed profile (age, gender, coverage, term), returns rates across all health classes (preferred, standard, standard_tobacco). Helps explain the cost impact of health rating or tobacco use.

ParametersJSON 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.
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 of behavioral disclosure. It states that the tool 'returns rates' (implying a read-only operation) and lists the specific health classes, but it does not disclose any potential side effects, permissions, rate limits, or output format. The behavior is straightforward, but the description adds limited context beyond what the tool name implies.

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 well-structured. The first sentence states the core functionality, and the second sentence explains the practical benefit. No redundant information or filler words are present, making it easy for an agent to quickly grasp the tool's purpose.

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 clarify what the return value looks like. It says 'returns rates across all health classes' but does not specify the format (e.g., list of objects, mapping of class to rate) or whether comparisons are shown. The description covers the inputs and the general outcome, but for an agent to invoke it correctly, more detail about the result would be helpful.

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 75% with three of four parameters (age, term, coverage) described in the schema; gender is only an enum without a description. The tool description refers to the parameters collectively as a 'fixed profile' but adds no individual parameter details or examples beyond the schema. It does not compensate for the missing gender description, but overall the schema is fairly self-explanatory.

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 function: given a fixed profile, it returns rates for all health classes, distinguishing it from siblings like compare_terms (which likely compares term lengths) and query_rates (which may return a single rate). The specific mention of health classes and purpose (cost impact of health rating/tobacco use) makes the tool's purpose unambiguous.

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 context by specifying a fixed profile and the intent to compare health classes, but it does not provide explicit guidance on when to choose this tool over alternatives. No mention of 'use this when you need to compare health classes' or 'instead of query_rates'. The sibling tools exist but are not referenced, leaving usage guidance implicit rather than explicit.

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

compare_termsAInspect

Given a fixed profile (age, gender, health class, coverage), returns rates across all available term lengths (10, 15, 20, 25, 30 years). Helps answer 'should I get a 20 or 30 year term?'

ParametersJSON Schema
NameRequiredDescriptionDefault
ageYesApplicant age (20–65)
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
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 of behavioral disclosure. It communicates that the tool returns rates across term lengths for a fixed profile, implying a read-only operation. However, it omits details such as the return format (e.g., per $1,000 coverage, monthly vs annual rates) and whether all term lengths are always included. 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 exactly two sentences: the first states the precise inputs and outputs, and the second gives a practical use case. There is no filler or redundant information; every word serves a purpose.

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 4-parameter tool with no output schema, the description covers the core purpose and a common use case. It lacks explicit return-format details, which would be helpful for an agent to know what to expect, and it does not address edge cases like invalid inputs. Overall, it is sufficiently complete for tool selection but has minor gaps.

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?

The input schema already provides descriptions for 75% of parameters, including valid values for health_class and the note to call list_options for coverage. The description adds little beyond restating the parameter list, though it emphasizes the 'fixed profile' requirement. Given high schema coverage, a score of 3 is appropriate.

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 function: 'Given a fixed profile ... returns rates across all available term lengths.' It explicitly lists the term lengths (10, 15, 20, 25, 30 years) and provides a concrete use case ('should I get a 20 or 30 year term?'). This distinguishes it from sibling tools like compare_health_classes and query_rates by focusing specifically on term-length comparison.

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 description gives clear context on when to use the tool: when comparing term lengths for a fixed profile. The example question 'should I get a 20 or 30 year term?' makes this practical. It does not explicitly mention when not to use it or name alternative tools, but the specific phrasing and sibling tool names imply a distinct role.

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

list_optionsAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

query_ratesBInspect

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

ParametersJSON 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
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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    GTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.
    11
    737
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Voice of Customer pipeline that cross-references feedback from calls, reviews, chat, and other sources to surface only corroborated patterns, routing actionable insights with exact customer quotes to the right people.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources