Voyp MCP Server

search_place

Search place details in a given location

Input Schema

NameRequiredDescriptionDefault
locationYesPlace location. Ex: San Francisco, CA
placeYesName of place to search. Ex: The Lane Salon

Input Schema (JSON Schema)

{ "properties": { "location": { "description": "Place location. Ex: San Francisco, CA", "type": "string" }, "place": { "description": "Name of place to search. Ex: The Lane Salon", "type": "string" } }, "required": [ "place", "location" ], "type": "object" }