batch_get_businesses
Retrieve up to 50 businesses in one API call using IDs or slugs, reducing round trips. Supports markdown, JSON, or shorthand output.
Instructions
Fetch up to 50 businesses in a single call by IDs or slugs. Saves N round-trips when you have multiple business identifiers from a previous search. Returns all businesses in one response. Supports prose (markdown), JSON, and shorthand formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated business IDs or slugs (max 50). e.g. 'noma-copenhagen-abc12345,blue-bottle-sf-def67890' | |
| format | No | Response format. 'text' (default) returns markdown prose. 'json' returns structured JSON. 'short' returns compact shorthand. | text |