Skip to main content
Glama

validate_flight

Check a drone flight location, altitude, and time against FAA Part 107 rules. Detects airspace restrictions, TFRs, altitude limits, and twilight violations. Returns PASS, CAUTION, or FAIL with specific issues.

Instructions

Validate whether a drone flight at a specific location, altitude, and time is permitted under FAA Part 107 rules. Checks airspace restrictions, TFR time windows, altitude limits (400ft AGL), UASFM ceiling, and civil twilight requirements. Returns a status of PASS (no issues), CAUTION (warnings but flyable), or FAIL (rule violations found), with specific violations and warnings listed. Read-only — does not create or modify any data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesFlight location latitude
lngYesFlight location longitude
altitude_ftYesPlanned flight altitude in feet AGL
timeNoPlanned flight time as ISO 8601 string (e.g., 2026-04-20T14:00:00Z). Defaults to now.
Behavior3/5

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

Description declares read-only nature clearly. Annotations are missing, so description carries full burden. It discloses status values (PASS, CAUTION, FAIL) and that it checks multiple rules, but does not detail behavior of each check (e.g., time-based logic for civil twilight).

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?

Three sentences, each adding value: purpose, specific checks, return status. No fluff. Front-loaded with primary action.

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?

Given no annotations and no output schema, description covers purpose, checks, return status, and read-only nature. Missing details on pagination or response format, but acceptable for a validation tool with simple boolean-ish output.

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 coverage is 100% with adequate descriptions for each parameter. Description adds context for altitude_ft (400ft AGL limit) and time (defaults to now), but does not go beyond what schema already provides for lat/lng. No contradiction.

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?

Description states specific verb ('validate'), resource ('a drone flight'), and scope ('under FAA Part 107 rules'). Clearly distinguishes from siblings like check_airspace and get_active_tfrs by listing specific checks (TFR, altitude, UASFM ceiling, civil twilight).

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?

Description implies usage before flight planning, but does not explicitly say when not to use or direct to alternatives. Siblings exist (check_airspace, get_active_tfrs) that might be more targeted, but no exclusion guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markpdxt/dronelytics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server