Enrich restaurant
compass_enrich_restaurantMatch a restaurant by name and address to retrieve vegan dietary profile and VeganScore. Returns matched status with evidence or candidates when confidence is low.
Instructions
Match a restaurant by name and address, then return Compass enrichment data including VeganScore, vegan dietary profile, and evidence. Does not return certification/free-from facts. Returns "matched: false" with candidates if confidence is below threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compass_id | No | Compass restaurant ID for direct lookup | |
| name | No | Restaurant name | |
| address | No | Street address (improves match) | |
| google_place_id | No | Google Place ID (highest match confidence) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matched | Yes | Whether Compass confidently matched the submitted restaurant | |
| compass_id | No | Stable Compass restaurant ID for the matched restaurant, when matched | |
| restaurant | No | Compass restaurant result | |
| candidates | No | Candidate matches returned when confidence is below threshold | |
| confidence | No | Match confidence when available | |
| vegan_score | No | Deterministic Compass VeganScore summary | |
| dietary_profile | No | Public restaurant dietary facts supported by launch evidence. Compass does not expose allergen-safe or certification claims. | |
| evidence | No | Evidence for the enrichment result |