Skip to main content
Glama

flood_zone_lookup

Read-onlyIdempotent

FEMA flood zone designation for an address or coordinate. Returns the zone code, plain-English risk, BFE if applicable, FIRM panel reference, and whether NFIP insurance is mandated for federally-backed mortgages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
locationNoAddress or zip to geocode.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful context by naming the exact return fields and noting that BFE is included 'if applicable,' but it does not disclose other behavioral traits like geocoding failure handling, data vintage, or coverage limitations.

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 with no filler. It efficiently communicates the core purpose and enumerates the key return fields without redundancy.

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 description covers the outputs well, which matters because there is no output schema. However, it leaves the input model underspecified: an agent must infer that location is for addresses and lat/lon are for coordinates, and there is no guidance about required vs optional inputs or mutual exclusivity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, so the description needed to explain the parameters, but it does not clarify how lat, lon, and location relate to each other, whether they are alternatives, or what coordinate format is expected. It only loosely maps to 'address or coordinate' without giving enough detail for an agent to confidently choose the right 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 clearly identifies the tool's purpose: looking up FEMA flood zone designations for an address or coordinate, and it lists specific outputs. It is distinct enough in subject matter from siblings like nfip_flood_claims or geocode_address, but it does not explicitly name or differentiate itself from any sibling.

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 implies it should be used when flood zone information is needed, but gives no explicit guidance on when to prefer this tool over related alternatives such as nfip_flood_claims, property_lookup, or location_risk_report. No exclusions, prerequisites, or alternative tool references are provided.

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.