Skip to main content
Glama

Seo Keyword Overview

seo_keyword_overview
Read-onlyIdempotent

Monthly search volume & difficulty for <keyword> — returns Google search volume, keyword difficulty (0-100), CPC, and competition for up to 10 keywords at once. Keyword research for SEO. Example: seo_keyword_overview({ keywords: ["running shoes", "trail shoes"], location_code: 2840, _apiKey: "your-base64-key" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_apiKeyYesDataForSEO API key = base64("login:password") from your dataforseo.com account
keywordsYesKeywords to look up (max 10), e.g. ["running shoes", "trail shoes"]
language_codeNoTwo-letter language code (default "en")
location_codeNoDataForSEO location code (default 2840 = United States)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "_apiKey": "your-seo-keywords-api-key",
      -    "keywords": [
      -      "running shoes",
      -      "trail shoes"
      -    ],
      -    "language_code": "en",
      -    "location_code": 2840
      -  },
      -  {
      -    "_apiKey": "your-seo-keywords-api-key",
      -    "keywords": [
      -      "best gaming laptop",
      -      "laptop for developers"
      -    ]
      -  }
      -]New value: +[
      +  {
      +    "keywords": [
      +      "running shoes",
      +      "trail shoes"
      +    ],
      +    "language_code": "en",
      +    "location_code": 2840
      +  },
      +  {
      +    "keywords": [
      +      "best gaming laptop",
      +      "laptop for developers"
      +    ]
      +  }
      +]
  2. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "_apiKey": "your-seo-keywords-api-key",
      +    "keywords": [
      +      "running shoes",
      +      "trail shoes"
      +    ],
      +    "language_code": "en",
      +    "location_code": 2840
      +  },
      +  {
      +    "_apiKey": "your-seo-keywords-api-key",
      +    "keywords": [
      +      "best gaming laptop",
      +      "laptop for developers"
      +    ]
      +  }
      +]
  3. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive), so the description's burden is lower. It adds useful operational context: the source is Google search volume, difficulty is scaled 0-100, and the call supports up to 10 keywords at once. It does not mention rate limits or error behavior, but those are not critical given the annotation coverage.

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 core return information is front-loaded, and the example call is compact and actionable. There is minor redundancy between 'monthly search volume & difficulty' and 'returns Google search volume, keyword difficulty', but the description remains appropriately sized.

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

Completeness4/5

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

For a read-only lookup tool with no output schema, the description covers the main return fields, batch limit, and an example invocation. It does not describe response shape or behavior on invalid keywords, but enough is present for an agent to invoke it correctly.

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 description coverage is 100%, so the schema already documents all four parameters. The description reinforces the 'up to 10 keywords' limit and shows an example call, but it does not add substantive meaning beyond what the schema provides.

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 names a specific resource (SEO keyword research) and a clear action: it returns Google search volume, keyword difficulty on a 0-100 scale, CPC, and competition for up to 10 keywords. This is concrete and distinct from the other listed tools, none of which have an overlapping keyword-metrics purpose.

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

Usage Guidelines3/5

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

The description provides a general context cue, 'Keyword research for SEO', which implies the main use case. However, it does not explicitly say when to choose this tool over alternatives, nor does it mention exclusions or prerequisites beyond what the schema already states.

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.