Skip to main content
Glama

seo_keyword_research

Read-only

SEO keyword research from a seed keyword or topic. Uses Google Suggest (public, keyless) to discover related queries at 2 expansion levels, then clusters them by intent: informational / commercial / transactional / navigational — via heuristic pattern matching. Search volume is bucketed (very_high / high / medium / low / very_low) and clearly labelled as ESTIMATED — no fabricated precise numbers. Returns all keywords, intent clusters, quality scores (0-100), and top 10 opportunities. Supports country (gl) and language (hl) targeting. 100% keyless. Cache TTL 6h. ICP: SEO managers, content strategists, SaaS founders, agency teams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asyncNoIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
countryNoISO 3166-1 alpha-2 country code for Google Suggest (e.g. 'US', 'FR', 'DE'). Defaults to 'US'.
languageNoBCP-47 language code for suggestions (e.g. 'en', 'fr', 'de', 'es'). Defaults to 'en'.
seed_keywordYesThe seed keyword or topic to research (e.g. 'invoice software', 'project management tool')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
countryYes
clustersYes
languageYes
warningsYes
all_keywordsYes
seed_keywordYes
quality_scoreYes
total_keywordsYes
top_opportunitiesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only and non-destructive, but the description adds substantial behavioral context: keyless access to Google Suggest, two expansion levels, heuristic intent clustering, volume bucketing with explicit 'ESTIMATED' labeling, cache TTL of 6 hours, and output details. This exceeds what annotations provide and gives the agent a strong understanding of side effects and caveats.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and well-structured: purpose, methodology, output, options, caching, and ICP in sequence. It is longer than minimal, but each sentence conveys useful information. Minor redundancy (keyless mentioned twice) prevents a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's function, external data source, output fields, volume estimation behavior, geographic/language targeting, caching, and intended audience. Given the existence of an output schema and annotations, this is complete for a moderately complex tool. No critical gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%: every parameter (seed_keyword, country, language, async) is described in the input schema. The description adds minor context about country/language targeting and the seed keyword concept, but it does not need to compensate for missing schema info. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool does: 'SEO keyword research from a seed keyword or topic.' It goes further to describe the method (Google Suggest), output (intent clusters, quality scores, opportunities), and distinct features (keyless, estimated volumes), which distinguishes it from siblings like seo_cro_audit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: given a seed keyword or topic, it returns research for SEO/content planning. It also names target users (SEO managers, content strategists, etc.), but it does not explicitly mention when not to use it or how it compares to alternative tools. That keeps it at 4 rather than 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources