inventory
View all items in your backpack and chests from a Stardew Valley save. Optionally list per-chest breakdown or expand to include every chest item.
Instructions
Items held: each player's backpack plus chest contents. Default merges all chests into one bag; set by_container=True for a per-container breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | List every chest item instead of just the top 40 (merged view only). | |
| save_path | No | Path to a save file OR a save folder (e.g. .../Saves/Farm_123 or .../Saves/Farm_123/Farm_123). Leave empty to use the save configured at server startup (--save/--save-dir or SDV_SAVE_PATH/SDV_SAVE_DIR). The server never auto-discovers saves; one must be configured or passed explicitly. | |
| by_container | No | Return a per-chest breakdown (type, location, tile, color, contents) instead of the merged bag. |