quests
List active quests and special orders from your Stardew Valley save, showing progress, item counts, and whether each quest can be completed now.
Instructions
Every player's active quest journal + the special-orders board. For item
delivery/harvest/resource quests it names the requested item, counts how many
are on hand (across all backpacks + chests), and flags completable_now when
you already hold enough to turn in. Monster/fishing/socialize quests report
progress counters. Set research=True to attach wiki guidance per quest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| research | No | Fetch wiki context to explain how to complete each quest: the requested item's infobox (how/where to obtain) for item quests, plus a wiki search for the quest title. Needs network. | |
| 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. | |
| research_limit | No | Max quests to research when research=True (caps wiki calls). |