Skip to main content
Glama
vessel-api

VesselAPI MCP Server

by vessel-api

get_vessels_in_radius

Find active vessels within a specified radius in metres around a geographic point, with optional time window and pagination for up-to-date maritime tracking.

Instructions

Find all vessels within a radius of a point. The radius is in METRES, not nautical miles or kilometres.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page, 1 to 50. Defaults to 20.
radiusYesSearch radius in METRES, maximum 100000 (100 km). One nautical mile is 1852 metres.
timeToNoEnd of the time window, RFC3339. Defaults to now. The window may not exceed 4 hours.
latitudeYesCenter latitude
timeFromNoStart of the time window, RFC3339. Defaults to 2 hours ago. The window may not exceed 4 hours.
longitudeYesCenter longitude
nextTokenNoPagination token from previous response

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed7 schema fields changedv2.0.0
    • changedInput schema / properties / limit / description
      Previous value: -"Max results per page"New value: +"Results per page, 1 to 50. Defaults to 20."
    • addedInput schema / properties / limit / maximum
      Added value: +50
    • addedInput schema / properties / limit / minimum
      Added value: +1
    • changedInput schema / properties / limit / type
      Previous value: -"number"New value: +"integer"
    • changedInput schema / properties / radius / description
      Previous value: -"Radius in nautical miles"New value: +"Search radius in METRES, maximum 100000 (100 km). One nautical mile is 1852 metres."
    • changedInput schema / properties / timeFrom / description
      Previous value: -"Start time filter in RFC3339 format (defaults to 2 hours ago)"New value: +"Start of the time window, RFC3339. Defaults to 2 hours ago. The window may not exceed 4 hours."
    • changedInput schema / properties / timeTo / description
      Previous value: -"End time filter in RFC3339 format (defaults to current time)"New value: +"End of the time window, RFC3339. Defaults to now. The window may not exceed 4 hours."
  2. Addedv1.3.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the unit requirement (METRES) and implies a read-only operation (find), but does not mention pagination, time window constraints, or any side effects. The description adds some value beyond the schema by emphasizing units, but lacks deeper behavioral context like rate limits or data freshness.

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?

The description is a single, focused sentence that front-loads the core purpose and adds a critical unit warning. No wasted words, perfectly concise.

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?

Given the tool has 7 parameters, no output schema, and no annotations, the description is minimal. It covers the core purpose and unit, but does not address pagination, time window behavior, or result format. For a tool with this complexity, more context would be helpful, but the schema covers parameter details. The description is adequate but not comprehensive.

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 description coverage is 100%, so the schema already documents all parameters. The description adds the critical unit clarification for radius, which is valuable. However, it does not explain the relationship between parameters (e.g., timeFrom/timeTo window) beyond what the schema provides. Baseline 3 is appropriate given high schema coverage.

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 states the tool's function: 'Find all vessels within a radius of a point.' It specifies the resource (vessels) and the action (find within radius), and the emphasis on units (METRES) adds precision. It distinguishes from siblings like get_vessels_in_area by the radius-based search, though it doesn't explicitly name the alternative.

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?

The description implies usage for radius-based vessel search but does not provide explicit guidance on when to use this tool versus alternatives like get_vessels_in_area or search_vessels. The unit clarification is helpful but not a usage guideline. No exclusions or alternative tool names are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vessel-api/vesselapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server