maritime_get_cargo_manifest
Retrieve the full cargo manifest for a historical voyage, listing goods, quantities, and values in guilders. Useful for analyzing shipwreck cargo losses.
Instructions
Get the full cargo manifest for a specific voyage.
Returns all cargo entries recorded for the voyage, including commodity, quantity, unit, and value in guilders.
Args: voyage_id: Voyage identifier (from search results or DAS ID) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with all cargo entries for the voyage
Tips for LLMs: - Use maritime_search_voyages first to find the voyage_id - The manifest lists all goods loaded on the ship - Values are in contemporary Dutch guilders - Useful for estimating the total value of cargo lost in a shipwreck — combine with maritime_get_wreck - Not all voyages have cargo records; the BGB archive covers 1700-1795 while DAS voyages start from 1595
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voyage_id | Yes | ||
| output_mode | No | json |