Skip to main content
Glama

quote_heat_risk_score

Request a FREE commercial quote for: Heat Risk Score. Heat vulnerability analysis for urban areas Returns a binding USD price and quote_id (valid 15 min); no execution yet and no credits consumed. Use execute_quote with the quote_id to run it — execution consumes prepaid credits. Requires an API key (X-API-Key or Authorization: Bearer).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it does well: it discloses that the quote is free, returns a binding USD price and quote_id valid for 15 minutes, performs no execution, consumes no credits, and requires an API key. This gives an agent a realistic safety and side-effect profile.

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 front-loaded with the primary action and product, then adds only high-value details: pricing, quote validity, execution workflow, credits, and auth. Every sentence earns its place despite a minor punctuation issue.

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 zero-parameter quote tool with no output schema and no annotations, the description covers the complete call workflow: what it returns, validity, next step via execute_quote, credit implications, and authentication requirement. An agent has what it needs to invoke the tool and interpret the result.

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 tool has zero declared parameters and 100% schema description coverage, so the baseline is 4. The description adds useful context about what the quote is for, although it does not address the schema's additionalProperties: true allowance, which is minor given there are no required inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a specific verb and resource: request a FREE commercial quote for Heat Risk Score, described as heat vulnerability analysis for urban areas. It clearly separates the quote step from execute_quote, but it does not explicitly distinguish Heat Risk Score from the similar sibling quote_urban_heat_island.

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 workflow guidance: use this tool to obtain a quote, then use execute_quote with the returned quote_id to run the analysis. It also clarifies the credit difference (no credits consumed vs. execution consumes prepaid credits). However, it does not address when to choose this quote tool over sibling quote tools.

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.