Skip to main content
Glama
IBM

Chuk MCP Maritime Archives

by IBM

maritime_search_vessels

Search for VOC vessels by name, type, construction details, or chamber. Filter by built year, shipyard, tonnage, and more with AND logic. Paginated results.

Instructions

Search for VOC vessels by name, type, or construction details.

Queries the DAS vessel registry for ships used by the VOC. All search parameters are optional and combined with AND logic. Supports cursor-based pagination.

Args: name: Vessel name or partial name (case-insensitive) ship_type: Ship type filter. Options: retourschip, fluit, jacht, hooker, pinas, fregat built_range: Build year range as "YYYY/YYYY" shipyard: Shipyard name or partial name chamber: VOC chamber - Amsterdam, Zeeland, Delft, Rotterdam, Hoorn, Enkhuizen min_tonnage: Minimum tonnage in lasten max_tonnage: Maximum tonnage in lasten archive: Restrict to a specific archive (default: all) max_results: Maximum results per page (default: 50, max: 500) cursor: Pagination cursor from a previous result's next_cursor field output_mode: Response format - "json" (default) or "text"

Returns: JSON or text with matching vessel records and pagination metadata

Tips for LLMs: - Use ship_type to filter by vessel class (retourschip is the standard large Asia-route ship) - Chamber indicates which of the six VOC offices commissioned the vessel - If has_more is true, pass next_cursor as cursor to get the next page - Follow up with maritime_get_vessel for full construction details - Use maritime_get_hull_profile for hydrodynamic characteristics of a ship type (useful for drift modelling) - Combine with maritime_search_voyages to find voyages by this vessel

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
ship_typeNo
built_rangeNo
shipyardNo
chamberNo
min_tonnageNo
max_tonnageNo
archiveNo
max_resultsNo
cursorNo
output_modeNojson
Behavior4/5

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

With no annotations provided, the description fully bears the burden of behavioral disclosure. It accurately describes cursor-based pagination, optional parameters, and output formats. It does not mention destructive actions or rate limits, but those are not expected for a search tool.

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 moderately lengthy but well-organized into sections (purpose, parameters, returns, tips). Although it includes a separate 'Tips for LLMs' section, every sentence adds value, and the structure aids readability. It earns a 4 rather than 5 due to slight verbosity.

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 the complexity (11 optional parameters, no required, no output schema), the description covers parameter semantics, pagination, and tips for chaining with other tools. The 'Returns' paragraph describes the general structure. It could be improved by including an example response, but it is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must fully explain each parameter. It does so by detailing built_range format ('YYYY/YYYY'), enumerating chamber options, specifying defaults for max_results and output_mode, and explaining the cursor parameter. This adds significant value beyond the bare 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 clearly states 'Search for VOC vessels by name, type, or construction details,' with a specific verb and resource. It distinguishes itself from siblings like maritime_get_vessel and maritime_search_voyages by focusing on the search functionality.

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 provides explicit guidance, including 'All search parameters are optional and combined with AND logic,' and LLM tips that recommend when to use this tool versus alternatives (e.g., 'Follow up with maritime_get_vessel for full construction details'). It clearly states context for use.

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

Install Server

Other Tools

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/IBM/chuk-mcp-maritime-archives'

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