yelp_business_data
Search Yelp businesses by query and location, retrieve business details, and read reviews to inform decisions.
Instructions
Yelp business search, business details, and Yelp reviews.
Operations (set "operation" to one of these; put its parameters in "args"):
business_search (required: query, location): Business Search
business_details (required: business_id): Business Details
business_reviews (required: business_id): Business Reviews
When to use: Use for Yelp specifically. For Google Maps businesses use local_business_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Parameters for the chosen operation as key/value pairs (see the tool description for required params). | |
| operation | Yes | Which endpoint to call. See the tool description for each operation and its parameters. |