Skip to main content
Glama
vessel-api

VesselAPI MCP Server

by vessel-api

list_emissions

Retrieve global vessel emissions data filtered by reporting year, with pagination for handling large datasets and enabling trend analysis.

Instructions

List global vessel emissions data with optional year filter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page, 1 to 50. Defaults to 20.
periodNoReporting year filter (e.g. 2024)
nextTokenNoPagination token from previous response

Schema Changelog

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

  1. Changed4 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"
  2. Addedv1.3.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It mentions filtering but does not disclose pagination behavior beyond the schema's nextToken parameter, nor does it explain whether the output includes aggregated or per-vessel details, whether results are sorted, or if any data is excluded. For a list operation with pagination, this is a notable gap in behavioral transparency.

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, concise sentence that is front-loaded with the main action ('List global vessel emissions data') and immediately identifies the key parameter ('optional year filter'). Every word earns its place; there is zero redundancy or filler.

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 that there is no output schema and no annotations, the description provides only a basic overview. It successfully communicates the core purpose and the main filter, but it omits details about pagination semantics (other than the schema's nextToken) and what constitutes 'emissions data' (e.g., CO2, NOx). For a list tool with no output schema, the description could be more complete to guide agents on expected results.

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?

The schema covers 100% of parameters with descriptions (limit, period, nextToken). The description adds the insight that 'period' is a reporting year filter, which aligns with the schema, and it mentions the year filter as the key optional feature. However, it does not add detail beyond the schema's own parameter descriptions, so the baseline of 3 is appropriate.

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 'List global vessel emissions data with optional year filter' clearly states the verb (list), resource (global vessel emissions data), and key capability (optional year filter). It distinguishes itself from sibling tools like get_vessel_emissions (which likely targets a specific vessel) by explicitly saying 'global', though it does not directly name an alternative. Thus it's clear but slightly short of fully differentiating from related emission tools.

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 listing emissions data, and the 'optional year filter' hints at when to apply filtering. However, it does not provide explicit guidance on when to use this tool versus alternatives like get_vessel_emissions for a specific vessel or search_vessels. There are no exclusions or alternative tool names, so it's adequate but lacks explicit decision support.

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