Skip to main content
Glama
parissharpe

FAA Advisory Circular MCP

by parissharpe

search_circulars

Search FAA Advisory Circulars by keyword, AC number, or topic to find applicable circulars with titles, applicability, and direct links. Filter by date or airport type.

Instructions

Search FAA Advisory Circulars by keyword, AC number, or topic. Returns matching circulars with their titles, applicability, and FAA links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch term — an AC number (e.g., '150/5200-28'), a keyword (e.g., 'wildlife'), or a topic (e.g., 'winter operations', 'runway markings', 'arff')
date_afterNoOnly return ACs issued on or after this date. Format: YYYY-MM-DD (e.g., '2024-01-01' for the last ~2 years, '2025-06-17' for the last year).
date_beforeNoOnly return ACs issued on or before this date. Format: YYYY-MM-DD.
applicabilityNoFilter results by airport type applicabilityall
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It states the tool 'returns matching circulars' but omits critical details like rate limits, pagination, result ordering, or whether the search is exhaustive. The read-only nature is implied but not explicit.

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 concise sentences—first stating the action and parameters, second describing the output. Every word adds value, with no redundancy or fluff.

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?

Given the tool has 4 parameters, 100% schema coverage, and no output schema, the description adequately explains the input and output. However, it lacks details on output format, result count limits, or error handling, which would be helpful for a search tool.

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 schema already has 100% coverage with descriptions. The tool description adds value by providing concrete examples for parameters ('query' examples include '150/5200-28', 'wildlife'; 'date_after' examples like '2024-01-01'), which clarifies usage beyond the schema.

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 states the tool's action ('Search FAA Advisory Circulars') with specific search methods ('by keyword, AC number, or topic') and enumerates the returned data ('titles, applicability, and FAA links'). This distinguishes it from sibling tools like get_airport_profile or list_circulars_by_subject.

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 provides no guidance on when to use this tool versus its siblings (e.g., search_faa_recent_acs, list_circulars_by_subject). It does not mention prerequisites, limitations, or exclusions, leaving the agent without context for tool selection.

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/parissharpe/faa-advisory-circular-mcp'

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