Skip to main content
Glama
compass-food

Compass DaaS

Official

Enrich restaurant

compass_enrich_restaurant
Read-onlyIdempotent

Match 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

TableJSON Schema
NameRequiredDescriptionDefault
compass_idNoCompass restaurant ID for direct lookup
nameNoRestaurant name
addressNoStreet address (improves match)
google_place_idNoGoogle Place ID (highest match confidence)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchedYesWhether Compass confidently matched the submitted restaurant
compass_idNoStable Compass restaurant ID for the matched restaurant, when matched
restaurantNoCompass restaurant result
candidatesNoCandidate matches returned when confidence is below threshold
confidenceNoMatch confidence when available
vegan_scoreNoDeterministic Compass VeganScore summary
dietary_profileNoPublic restaurant dietary facts supported by launch evidence. Compass does not expose allergen-safe or certification claims.
evidenceNoEvidence for the enrichment result
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnly, idempotent, and open world. The description adds value by disclosing that the tool does not return certification/free-from facts, and explains the matching confidence threshold behavior. This provides useful behavioral context beyond what annotations offer.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, each adding essential information: purpose and returned data, exclusions, and low-confidence behavior. It is front-loaded and concise without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description covers all necessary context: purpose, input options, constraints, and edge-case behavior. It is complete for a read-only enrichment tool with no need for additional state or authentication details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are well-documented. The description adds semantic value by explaining that google_place_id provides the highest match confidence, and that compass_id is for direct lookup. This enhances the agent's understanding of parameter use.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specific verb 'Match' and resource 'restaurant enrichment data' clearly defines the tool's function. It lists returned data types (VeganScore, vegan dietary profile, evidence) and explicitly states what is not returned (certification/free-from facts), providing a precise purpose that distinguishes it from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the input parameters (name and address as primary matching; compass_id or google_place_id as alternatives) and describes the behavior when confidence is low (returns 'matched: false' with candidates). While it doesn't explicitly state when not to use this tool, the context for enrichment vs. search/decide is implied by the sibling tool names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/compass-food/compass-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server