Voyp MCP Server

by paulotaylor
Verified
MIT License
11
4
  • Apple
  • Linux

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" }