Skip to main content
Glama

Get Parametric Quote

get_parametric_quote

Demo tool — request a simulated parametric quote for a specific peril and coverage period. Returns a demo quote_id, carrier, premium, trigger threshold, payout amount, and coverage terms. No real carrier is involved and no payment is accepted. Pass the quote_id to the demo bind_policy tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesCity and state of the business, e.g. 'Miami, FL'.
peril_typeYesWeather peril to insure against.
payout_limitYesMaximum payout amount in USD (e.g. 50000 for $50,000).
revenue_bandNoOptional. Annual revenue band for premium calibration.
coverage_period_endYesCoverage end date in YYYY-MM-DD format.
coverage_period_startYesCoverage start date in YYYY-MM-DD format.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Discloses that this is a simulation ('Demo tool', 'simulated', 'No real carrier is involved and no payment is accepted'), which supplements the readOnlyHint:false annotation by clarifying there are no real-world side effects. Adds meaningful context about the non-production nature beyond the annotation.

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?

Two sentences with no wasted words. The purpose is front-loaded, return values are listed, and the demo qualifier is stated upfront. Every sentence earns its place.

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?

Since there is no output schema, the description compensates by listing the return fields (quote_id, carrier, premium, trigger threshold, payout amount, coverage terms). It also explains the demo nature and the next step (bind_policy). It is reasonably complete, though it could briefly mention the revenue_band parameter or any validation rules, but these are in the schema.

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%, so parameter details are already documented. The description reinforces that it takes a specific peril and coverage period but adds no additional syntactic or formatting detail beyond the schema. Baseline 3 is appropriate given the high coverage.

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?

States explicitly that it requests a simulated parametric quote for a peril and coverage period, and lists the return payload (quote_id, carrier, premium, etc.). It distinguishes itself from siblings by marking itself as a demo tool and mentioning the follow-up to bind_policy, making its role clear.

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?

Clearly frames the tool as a demo and provides a workflow direction ('Pass the quote_id to the demo bind_policy tool'). This implies when to use it (before binding) but doesn't explicitly contrast with alternatives like assess_weather_risk or check_trigger. Good context but no explicit exclusion.

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 serves a distinct role in the parametric insurance workflow: risk assessment, quoting, binding, trigger checking, policy status, and carrier listing. There is no overlap or ambiguity in purpose, and the entry point is clearly marked.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (assess_weather_risk, bind_policy, check_trigger, get_parametric_quote, get_policy_status, list_carriers). No mixed conventions or irregularities.

Tool Count5/5

Six tools is well-scoped for a demo parametric insurance server, covering the essential lifecycle steps without redundancy or unnecessary expansion. Each tool has a clear purpose.

Completeness4/5

The tool set covers the primary flow: assess risk, get quote, bind policy, check trigger, and retrieve status. It lacks update/cancel policy operations, but for a demo environment focused on quoting and triggering, this is a minor gap.

Resources