google-maps.review_details
ActiveTool of Vee3
declared in 1.27.1
Get details for one Google Maps review. Provide review_id from a place reviews response. Returns one review object at the top level with fields such as review_id, review_text, rating, and user_name when available. Additional upstream fields may appear. Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "get_google_maps_review_detailsArguments",
"required": [
"review_id"
],
"properties": {
"review_id": {
"type": "string",
"title": "Review Id",
"maxLength": 512,
"description": "Google Maps review identifier."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries