Skip to main content
Glama

FlightFinder Aviation Safety Data

laser_incidents

Read-onlyIdempotent

FAA Reported Laser Incidents — lasers aimed at aircraft (US-government public domain). With no arguments: national totals, injuries and the yearly series. Pass state OR airport for that breakdown, as a lowercase hyphenated slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoUS state slug for a per-state breakdown.
airportNoAirport slug for a per-airport breakdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesglobal totals, or the breakdown for one state or airport

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context: what the no-argument call returns (national totals, injuries, yearly series), that state/airport arguments alter the breakdown, and that data is US-government public domain. Minor gaps such as invalid-slug handling are not disclosed, but the core behavior is clear.

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 two tight sentences, front-loaded with the topic and then a compact explanation of argument-dependent behavior. Every clause earns its place, with no repetition of the tool name or schema field names.

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?

Given the tool's simplicity, the presence of an output schema, and annotations covering read-only/idempotent safety, the description is complete for correct invocation. It covers the no-argument return contents, the optional breakdown behavior, the slug format requirement, and the data provenance. Nothing essential for calling this tool is missing.

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 input schema already documents both parameters with 100% coverage, so the baseline is 3. The description adds extra meaning by specifying the slug format (lowercase hyphenated) and the 'state OR airport' exclusivity, which goes beyond the schema's generic phrasing. This is genuinely useful guidance for constructing valid calls.

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 identifies the tool as providing FAA-reported laser incidents aimed at aircraft, with a specific verb implied by 'Reported' and a distinct resource (laser incidents). It distinguishes from sibling tools like wildlife_strikes and drone_sightings by naming the exact incident type, and it differentiates behavior by arguments: no args for national totals/injuries/yearly series; state or airport for breakdowns.

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 explicit usage context: no arguments for national data, or pass a state/airport slug for a breakdown. It also states the required slug format and that state OR airport are alternatives, implying mutual exclusivity. It does not explicitly name sibling alternatives or when not to use the tool, but the domain clarity makes the choice straightforward.

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.1/5.0
Disambiguation5/5

Each tool maps to a distinct resource or dataset: accidents, narratives, sources, airport references, and the three FAA summary datasets. Even the get/search accident pair is clearly split by retrieve-by-ID versus filtered-search, so an agent should not struggle to pick the right tool.

Naming Consistency4/5

All names use snake_case and are readable, with noun-style dataset tools like wildlife_strikes and laser_incidents alongside verb-prefixed actions like search_accidents and list_sources. This is a minor deviation from a strict verb_noun convention, but it remains predictable.

Tool Count5/5

Nine tools is appropriate for a safety-data server that spans an accident corpus, narratives, source metadata, airport lookups, and multiple FAA datasets. Each tool earns its place and there is no obvious bloat or thinness.

Completeness4/5

The surface covers accident search/retrieval, narrative access, source metadata, airport resolution, and three FAA summary datasets. Notable gaps are the lack of occurrence-level retrieval for drone/laser/wildlife events and no explicit slug/autocomplete endpoint for aircraft families, but agents can usually work around these.

Resources