Skip to main content
Glama

Pilot-Next

get_aircraft_hours

Get current hours. Terminology: HOBBS is clock time, TACHO is flight (engine) time. If aircraftId is omitted, uses your default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aircraftIdNoAircraft ID, Registration, or Callsign (optional)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are given, so the description must carry the safety and side-effect profile. It explains the meaning of HOBBS and TACHO and the default parameter behavior, which is useful, but it never states this is a read-only operation, nor what it returns (both hours or one, units, etc.). With zero annotations, it leaves some operational ambiguity.

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?

Two sentences with no fluff. The core action is front-loaded, and the terminology clarification earns its place. Some might argue the terminology is essential, not filler. It is efficient and well-structured.

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 single-parameter read tool with no output schema, the description is mostly adequate but has gaps. It does not specify whether the response includes both HOBBS and TACHO or how they are returned (single value, list). Given the simplicity, it should have clarified the return shape to be fully complete.

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 covers aircraftId 100% with a good description, so the baseline is 3. The tool description adds meaningful semantics: it clarifies default behavior when omitted ('uses your default'). This goes beyond the schema and lifts the score to 4.

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?

States a clear verb ('Get') and resource ('current hours'), and clarifies terminology (HOBBS vs TACHO). It is specific enough to distinguish from siblings like get_flight_statistics or get_aircraft_availability, though it could be more explicit (e.g., 'Get current Hobbs or Tacho hours').

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?

Offers almost no guidance on when to choose this tool over its siblings. It mentions that omitting aircraftId uses the default, which is a behavioral hint, but does not reference alternate tools like get_flight_statistics or situate itself in the workflow.

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