search_places
Search for locations using Google Places Text Search. Enter a query and optional coordinates to find specific places easily with Multi-MCPs integrated APIs.
Instructions
Search places via Google Places Text Search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location | No | lat,lng (optional) | |
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"description": "lat,lng (optional)",
"type": "string"
},
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}