Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

get-google-reviews

Retrieve and analyze Google reviews for businesses using keyword, CID, or Place ID. Sort reviews by relevance, date, or rating, and specify language or location for accurate results.

Instructions

Retrieve Google reviews for businesses or places.

Input Schema

NameRequiredDescriptionDefault
cidNoGoogle Maps CID
keywordNoBusiness name or search term
languageNoLanguage code (e.g., 'en')en
locationNoLocation contextLondon,England,United Kingdom
placeIdNoGoogle Place ID
reviewsNoNumber of reviews to fetch
sortByNoSort orderrelevant

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cid": { "description": "Google Maps CID", "type": "string" }, "keyword": { "description": "Business name or search term", "type": "string" }, "language": { "default": "en", "description": "Language code (e.g., 'en')", "type": "string" }, "location": { "default": "London,England,United Kingdom", "description": "Location context", "type": "string" }, "placeId": { "description": "Google Place ID", "type": "string" }, "reviews": { "default": 10, "description": "Number of reviews to fetch", "type": "number" }, "sortBy": { "default": "relevant", "description": "Sort order", "enum": [ "relevant", "newest", "highest_rating", "lowest_rating" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dumpling-AI/mcp-server-dumplingai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server