Skip to main content
Glama

PPL Free Ground School

Get a practice question

get_practice_question
Read-onlyIdempotent

Return private-pilot practice questions written for this course in the style of the FAA knowledge test (not actual FAA test questions), each with its answer choices, its topic, a question_id and a link to try it on pplfree.com. The correct answer is withheld by default so the user can attempt the question first. Once the user has answered, call again with that question_id and reveal_answer: true to get the correct choice and an explanation of why each choice is right or wrong. Use this when the user wants to be quizzed, asks for practice or test questions, wants to check their understanding of a topic, or is preparing for the FAA private-pilot knowledge test. Optionally scope it to a topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoHow many questions to return (1-5, default 1).
topicNoOptional topic to draw from, e.g. "airspace", "weather", "aerodynamics", "regulations", "navigation", "weight-balance", "systems". Omit for any topic.
question_idNoA question_id from an earlier call, to return that exact question (typically with reveal_answer: true). Overrides topic and count.
reveal_answerNoInclude the correct choice and the explanation. Default false: leave it off until the user has attempted the question.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Discloses the key two-step behavior: the correct answer is withheld by default, and a follow-up call with question_id and reveal_answer: true returns the correct choice and per-choice explanations. Adds the meaningful caveat that questions are not actual FAA test questions, going beyond the readOnly/idempotent annotations.

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?

Four focused sentences, front-loaded with the return value and the central withholding behavior, then the follow-up call, usage triggers, and optional topic scoping. No filler or repetition.

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 no output schema, the description names the main return fields (answer choices, topic, question_id, pplfree.com link) and explains the reveal flow. Usage guidance is explicit and the two-step invocation behavior is fully specified.

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 documentation covers all four parameters, so the baseline is 3. The description reinforces the question_id/reveal_answer workflow but adds little new parameter syntax or formatting beyond what the schema already states.

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?

States a specific verb ('Return') and resource: private-pilot practice questions in FAA style, not actual FAA test items. Mentions key contents (answer choices, topic, question_id, link), and by framing this as practice questions for this course it is clearly distinct from siblings such as search_faa_knowledge.

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?

Explicitly enumerates trigger scenarios: user wants to be quizzed, asks for practice/test questions, wants to check understanding, or is preparing for the FAA private-pilot knowledge test. It does not name alternative sibling tools or give when-not-to-use conditions, so it stops just short of a 5.

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.

Resources