maritime_get_crew_member
Retrieve complete historical crew member records including rank, pay, voyage, and fate using their unique identifier.
Instructions
Get full details for a specific crew member.
Returns the complete crew record including name, rank, origin, ship name, voyage, monthly pay, embarkation date, and fate.
Args: crew_id: Crew member identifier (from search results) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with full crew member record
Tips for LLMs: - Use maritime_search_crew first to find the crew_id - Pay is in guilders per month; compare with rank averages - The fate field indicates what happened to the crew member (survived, died_voyage, died_asia, deserted, discharged) - Cross-reference with maritime_get_voyage using the voyage_id for full voyage context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crew_id | Yes | ||
| output_mode | No | json |