Skip to main content
Glama

AlsoAsked MCP Server

by metehan777

search_people_also_ask

Gather hierarchical

Instructions

Search for "People Also Ask" questions related to search terms. Returns hierarchical question data from Google PAA.

Input Schema

NameRequiredDescriptionDefault
asyncNoWhether to process request asynchronously
depthNoDepth of question hierarchy (1-3)
freshNoWhether to fetch fresh results or use cached data
languageNoLanguage code (e.g., "en", "es", "fr")en
latitudeNoLatitude for geographic targeting (e.g., 40.7128 for NYC, 31.9686 for Texas)
longitudeNoLongitude for geographic targeting (e.g., -74.0060 for NYC, -99.9018 for Texas)
regionNoRegion code (e.g., "us", "uk", "ca")us
termsYesArray of search terms to query

Input Schema (JSON Schema)

{ "properties": { "async": { "default": false, "description": "Whether to process request asynchronously", "type": "boolean" }, "depth": { "default": 2, "description": "Depth of question hierarchy (1-3)", "maximum": 3, "minimum": 1, "type": "integer" }, "fresh": { "default": false, "description": "Whether to fetch fresh results or use cached data", "type": "boolean" }, "language": { "default": "en", "description": "Language code (e.g., \"en\", \"es\", \"fr\")", "type": "string" }, "latitude": { "description": "Latitude for geographic targeting (e.g., 40.7128 for NYC, 31.9686 for Texas)", "type": "number" }, "longitude": { "description": "Longitude for geographic targeting (e.g., -74.0060 for NYC, -99.9018 for Texas)", "type": "number" }, "region": { "default": "us", "description": "Region code (e.g., \"us\", \"uk\", \"ca\")", "type": "string" }, "terms": { "description": "Array of search terms to query", "items": { "type": "string" }, "type": "array" } }, "required": [ "terms" ], "type": "object" }
Install Server

Other Tools from AlsoAsked MCP Server

Related Tools

    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/metehan777/alsoasked-mcp'

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