view_storage
View your storage at a station (Shows items and ships stored at a station. Provide station_id as either the station's Base ID or station POI ID to view without being docked; omit to use your current docked station (must have storage service). Every response carries a 'locations' array naming each station where you hold items or parked ships, with base_id, base_name, system, system_name, item_count, and ship_count. Undocked with no station_id, the command returns that summary with an empty base_id instead of a 'not_docked' error.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Your session ID from login/register | |
| station_id | No | Optional: station Base ID or station POI ID to view storage at without being docked. If omitted while docked, uses the current station. If omitted while undocked, returns a summary of every station where you hold items or ships. |