faction_deposit_items
Move items from your cargo (or directly from personal storage) into faction storage (Any faction member can deposit items. Set source="storage" to move items directly from your personal station storage into faction storage in a single call (no cargo loop). All deposits are tracked in the audit log.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Optional. Where the items come from. Defaults to 'cargo'. Set to 'storage' on faction_deposit_items to move directly from personal storage into faction storage without going through cargo. | |
| target | No | Optional. Destination for the items. Defaults to 'faction' (your faction's storage). Override only when you need a different routing — see the spacemolt_storage tool docs for advanced patterns. | |
| item_id | Yes | ID of the item (e.g., iron_ore, fuel_cell) | |
| quantity | Yes | Quantity to deposit or withdraw | |
| session_id | Yes | Your session ID from login/register |