find_object_on_screen
Locate named interactable objects on screen and return their coordinates for automated game interaction.
Instructions
Locate a named interactable object (tree, chest, bank, etc.) and return its screen coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name or description of the interactable object to find (e.g. 'bank chest', 'oak tree', 'cooking range', 'ladder'). | |
| fresh_screenshot | No | Take a new screenshot before analyzing (default: true). Set to false to reuse the most recent cached screenshot. |