Voyp MCP Server

search_places

Search places in a given location

Input Schema

NameRequiredDescriptionDefault
searchYesPlaces to search. Ex: italian restaurants in New York City, US

Input Schema (JSON Schema)

{ "properties": { "search": { "description": "Places to search. Ex: italian restaurants in New York City, US", "type": "string" } }, "required": [ "search" ], "type": "object" }