Skip to main content
Glama
metehan777

AlsoAsked MCP Server

by metehan777

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALSOASKED_API_KEYYesYour AlsoAsked API key from your AlsoAsked Pro account

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_people_also_askA

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

get_account_infoB

Get account information including credits, plan details, and usage statistics

search_single_termB

Search for PAA questions for a single term (convenience method)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation3/5

The tools have overlapping purposes, as both 'search_people_also_ask' and 'search_single_term' appear to retrieve PAA questions, with the latter described as a 'convenience method' for single terms. This creates ambiguity about when to use each, though the descriptions provide some differentiation. The 'get_account_info' tool is clearly distinct, focusing on account metadata.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, such as 'get_account_info', 'search_people_also_ask', and 'search_single_term'. This uniformity makes the tool set predictable and easy to parse, with no deviations in naming conventions.

Tool Count2/5

With only 3 tools, the set feels thin for a server focused on PAA search functionality, as it lacks operations like filtering, saving results, or managing search history. The count is too low to adequately cover the domain, making it seem incomplete for practical use.

Completeness2/5

The tool set is severely incomplete for a PAA search domain, offering only basic search and account info retrieval. Missing are essential operations such as updating search parameters, deleting or exporting results, or handling batch searches, which limits agent workflows and creates dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues