can_place
Verify whether items can be placed at specified explored coordinates without side effects. Returns a clear yes or identifies the blocking obstacle for up to 24 placement checks per call.
Instructions
Check whether items could be placed at explored positions right now (no side effects). Up to 24 placements per call. Answers yes, or no with the blocker when identifiable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| item | No | ||
| direction | No | ||
| placements | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |