Resolve GERS ids in batch
resolve_place_batchResolve up to 25 GERS IDs in a single call to get compact place rows (ID, name, category, lat, lon). Missing IDs return a not_found error without affecting the rest of the batch.
Instructions
Resolve up to 25 GERS ids to compact place rows in one call.
Collapses N place_details(id=...) round-trips into one: for each id,
resolves it via the same lookup place_details uses and keeps only a
compact row — {"gers_id", "name", "category", "lat", "lon"} — not the
full place_details payload (addresses, websites, phones, socials,
sources, brand, confidence, ...). Use place_details for full detail on
a single id. Results are returned in input order; an id that doesn't
resolve gets the standard error envelope {"gers_id", "error":
"not_found", "detail"} instead and does not fail the rest of the
batch. gers_ids is capped at 25; a longer list
returns a structured {"error": ...} rather than truncating silently.
An empty list returns {"results": []}. Budgeted like every other tool.
Returns a structured {"error": ...} instead of raising if the remote
scan fails or the places dataset is missing columns this tool depends
on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gers_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||