Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

get-autocomplete

Fetch Google autocomplete suggestions for a specific query, tailored by location, country, and language parameters. Enhance search accuracy and relevance in web interactions.

Instructions

Retrieve Google autocomplete suggestions for a query.

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code (e.g., 'us')
languageNoLanguage code (e.g., 'en')
locationNoLocation name
queryYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "description": "Country code (e.g., 'us')", "type": "string" }, "language": { "description": "Language code (e.g., 'en')", "type": "string" }, "location": { "description": "Location name", "type": "string" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "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