get_business
Retrieve business details using a slug or UUID. Returns markdown prose for compact, LLM-friendly output, or JSON for structured data.
Instructions
Fetch a single business by slug or UUID. Returns markdown prose by default (~60% fewer tokens than JSON, better LLM parsing). Slugs look like 'noma-copenhagen-abc12345' — human-readable, shareable URLs. Use this when you already have an identifier from a previous search. Set format='json' if you need structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The business slug (e.g. 'noma-copenhagen-abc12345') or UUID from AgentWeb. Slugs are preferred — they appear in search results and are shareable. | |
| format | No | Response format. 'text' (default) returns markdown prose. 'json' returns structured JSON. | text |