Skip to main content
Glama

Vessels in an area

find_vessels_in_area
Read-onlyIdempotent

Vessels currently inside a latitude/longitude bounding box, newest report first, with optional kind and ship-type filters. Use for what is in a port, a strait, or a stretch of coast. Anonymous calls may cover 100 square degrees per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxYes
kindNoonly this kind: vessel, aton (aid to navigation), base (base station), or sar (search and rescue aircraft)
limitNorows to return: default 50, maximum 200
typesNoonly these ITU ship type codes, e.g. 30 fishing, 36 sailing, 37 pleasure craft, 52 tug, 60 passenger, 70 cargo, 80 tanker; a code ending in 0 matches its decade, so 70 matches 70 to 79

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYesvessels matched before the limit was applied
vesselsYes
truncatedYestrue when total exceeds the rows returned; narrow the query or raise limit
attributionYescredit line per source kind in the rows, to show with the data
unknown_mmsiNorequested MMSIs not heard in the last 30 minutes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnlyHint and idempotentHint, and the description adds useful behavioral content beyond that: results are 'currently inside' at call time and 'newest report first'. It also discloses the anonymous-call area limit of 100 square degrees, which is not present in annotations or schema. No contradiction exists.

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?

Three short sentences each carry distinct value: the core behavior, the intended use cases, and an important constraint. It is front-loaded with the most important information and contains no filler or repetition.

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 annotations, an output schema, and 75% parameter-documentation coverage, the description is largely complete: it explains ordering, areal scope, use context, and a rate/area constraint. It could have added a sentence about pagination or the limit parameter, but the schema already covers those defaults and maximums.

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 coverage is 75%, so most parameter meaning is already available in the schema. The description adds no deeper semantics for the parameters themselves beyond summarizing 'optional kind and ship-type filters', which is lighter than the schema's own examples and constraints. It does not compensate for the remaining 25% of undocumented schema meaning.

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 verb and resource: 'Vessels currently inside a latitude/longitude bounding box', and adds ordering and filter details. It clearly distinguishes this tool from near-based, name-based, and generic vessel lookups by its bounding-box scope.

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?

The phrase 'Use for what is in a port, a strait, or a stretch of coast' gives clear context for when this tool is appropriate. It does not explicitly name alternatives or state when not to use it, but the use-case guidance is actionable and the boundary constraint is communicated.

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.