Skip to main content
Glama

Rotate Pilot — FAA exam prep

FAA knowledge test facts

exam_facts
Read-onlyIdempotent

Official facts about an FAA knowledge test with sources: number of questions, time limit, pass mark, answer choices, minimum age, whether an instructor endorsement is needed, retest rules after a failure, how long the result is valid, 2025 national pass rate and average score, test fee when the FAA states it, and (Part 107) the official weight of each area.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
examYesFAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot Multiengine, ATM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the core behavioral safety profile is carried by metadata. The description adds a conditional disclosure ('test fee when the FAA states it') and says facts come with sources, but does not describe error behavior or what happens when a fact is unavailable. This is adequate given the annotation coverage.

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?

The description is a single run-on enumeration but each clause contributes a distinct fact category, so nothing is filler. It could be restructured with semicolons for readability, but it remains scannable and front-loaded with 'Official facts about an FAA knowledge test'.

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?

For a one-parameter read-only lookup with 100% schema coverage and no output schema, the description provides a detailed list of returned fact categories, which is enough for correct selection. It does not specify units or formatting, but that is unlikely to block correct invocation of a facts-retrieval tool.

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?

The schema covers 100% of the parameter: 'exam' has a full description and enum values with exam-specific codes. The description mentions Part 107 but adds no syntax or parameter-level meaning beyond the schema. 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 identifies the resource (FAA knowledge test facts) and enumerates the exact fact categories returned, making its purpose concrete. It does not explicitly contrast with siblings like practice_questions or cost_of_failing, but the content list clearly marks it as a factual reference tool.

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?

No explicit when-to-use or when-not-to-use guidance is given, and no alternative tools are named. However, the description implies it is for retrieving official test facts for one of the FAA exams, which is enough for a simple one-parameter lookup.

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.