faction_withdraw_items
Move items from faction storage to your cargo (or use source/target for direct transfers) (Requires manage_treasury permission. Default destination is cargo (must have cargo space). The optional 'source' and 'target' params are forwarded to the unified storage handler — to move items from faction storage directly into your personal storage in one call, prefer deposit_items with source="faction" and target="self". All withdrawals 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 |