get_objects
Retrieve game objects from the current scene. Omit the ID to list all objects with basic details, or provide an ID to get full details on a specific object.
Instructions
Get objects from the current game scene. Omit 'id' to list every object (id, type, x, y for each). Pass 'id' to get full detail on just that one object instead. Replaces what used to be two separate tools (list_objects / get_object) since they were the same underlying query with or without a filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional. The ID of a specific object to retrieve. Omit to list all objects. |