Skip to main content
Glama

Meld herrie

meld_herrie
Idempotent

Report an aircraft as noisy ("meld herrie") at a location, as a visitor does from the flight card on the live map. The report is anonymous and public in aggregate: it adds to that aircraft's badge on the map and to the day's and week's most-reported flights. Give the aircraft's hex (from wat_vliegt_over) or its callsign; without either, the loudest aircraft over the location right now is reported. One report per aircraft per two hours per reporter. This is not an official complaint; those go to BAS (bezoekbas.nl), see https://schipholherrie.nl/klacht.html.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbNoLevel heard or measured in dB(A), if known
hexNoICAO 24-bit address of the aircraft, 6 hex characters (from wat_vliegt_over)
latYesLatitude where the noise was heard, within the Netherlands (stored rounded to ~1 km)
lonYesLongitude where the noise was heard
melderNoOptional reporter id: 16-64 hex characters your agent keeps, so repeat reports from the same person are recognised across addresses. Only a hash is stored.
callsignNoCallsign such as KLM1234 or TRA5X, when the hex is unknown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations, it discloses that reports are anonymous and public in aggregate, that they feed map badges and daily/weekly rankings, that the loudest aircraft is reported if no identifier is provided, and the per-directory reporting limit. This gives the agent useful behavioral expectations beyond what annotations supply.

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 slightly long but every sentence carries needed information: the action, the public/aggregate behavior, identifier requirements/fallback, rate limiting, and the official-complaint redirect. It is front-loaded with the core action and then layers essential details, but a few phrases like 'as a visitor does from the flight card' are illustrative rather than strictly necessary.

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?

Given six parameters, no output schema, and meaningful side effects, the description covers the important constraints: required lat/lon, optional identifiers, fallback behavior, anonymity, and rate limits. It does not describe what the API returns, which is less critical for a report action because the side effect is clear; this is a minor gap.

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?

With 100% schema coverage, the baseline is 3, but the description goes further by explaining the fallback: if hex/callsign are omitted, the loudest aircraft over the location is reported. It also points the agent to wat_vliegt_over as the source for the hex, adding meaning 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 states a specific action ('report an aircraft as noisy') and the context (visitor action from the flight card on the live map). It is clearly distinct from the sibling tools, which query aircraft ('wat_vliegt_over') and retrieve top reports ('top_meldingen').

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

Usage Guidelines5/5

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

The description says to use the hex from wat_vliegt_over or a callsign, names the official complaint alternative (BAS) and where to find it, and gives the deduplication constraint. This is explicit when-to-use and when-not-to-use guidance.

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