check_map_status
Check whether a pending map generation job has completed, and retrieve the map image once it's ready.
Instructions
Check whether a still-in-progress generate_map job has finished, and download it if so.
Only call this after generate_map reports it is still processing and gives you a dataKey to check. Wait about 20-30 seconds between calls to this tool — do not call it in a tight loop, and do not call generate_map again for the same location while a job with this dataKey is still pending; that just starts a redundant duplicate job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | png | |
| data_key | Yes | ||
| color_set | No | ||
| canvas_width | No | ||
| canvas_height | No |