Skip to main content
Glama
parissharpe

FAA Advisory Circular MCP

by parissharpe

list_circulars_by_subject

Retrieve FAA Advisory Circulars organized by subject area, optionally filtered by airport type such as Part 139 or general aviation.

Instructions

List FAA Advisory Circulars grouped by subject area, optionally filtered to your airport type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectNoFilter to a specific subject area. Omit to see all subjects.
applicabilityNoFilter to a specific airport typeall
Behavior2/5

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

No annotations exist, so the description must disclose all behavioral traits. It mentions grouping and filtering but does not explain output structure, pagination, sorting, or side effects. As a read operation, the lack of explicit readOnlyHint is acceptable, but more detail on behavior is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with key action, no wasted words. Efficient and clear.

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?

For a simple listing tool with no required parameters and no output schema, the description covers the core purpose. However, it lacks details on output format (e.g., how groups are represented) which could affect selection.

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?

Both parameters are well-defined in the schema with enums and descriptions. The description adds context ('grouped by subject', 'filtered to your airport type') but does not significantly expand beyond schema coverage (100%). Baseline 3 is appropriate.

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 states the tool lists FAA Advisory Circulars grouped by subject with optional filtering. It distinguishes from siblings like search_circulars (likely keyword search) and get_circular_details (single circular).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: use when you want circulars grouped by subject area, optionally filtered by airport type. No explicit when-not or alternatives provided, though sibling names hint at alternatives.

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