Skip to main content
Glama
kevinmaqueda

MCP DataForSEO Server

by kevinmaqueda

get_search_intent

Classify keywords by search intent—informational, commercial, transactional, or navigational—and receive a probability score to refine SEO targeting.

Instructions

Classify search intent of keywords: informational, commercial, transactional, or navigational. Returns intent type with probability score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsYesList of keywords to classify
country_codeNoCountry code. Available: ES, MX, AR, CO, US, GB, DE, FR, IT, PT, NL, BE, AT, CH, IE, PL, CZ, SE, DK, NO, FI, GR, HU, RO, BG, HR, SK, SI, LT, LV, EE, BR, CL, PEES
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does reveal the output format (intent type with probability score) and the classification categories, but it does not explain edge cases, error behavior, or whether the result is per keyword in a list. This is adequate but not rich.

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

Conciseness5/5

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

The description is a single, concise sentence that is front-loaded with the action and resource. It conveys the core purpose and output without any wasteful words.

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

Completeness3/5

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

The tool is relatively simple and has good schema coverage, but with no output schema, the description should clarify the return structure for multiple keywords. It does not specify whether the result is an array of objects or how the probability score is presented, leaving some ambiguity.

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?

The input schema already provides 100% coverage, describing both 'keywords' and 'country_code' with clear meanings. The description adds no additional parameter context, so the baseline of 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 uses the specific verb 'classify' and clearly identifies the resource ('search intent of keywords'), listing the four intent categories. This unambiguously distinguishes it from sibling tools like analyze_content_sentiment or get_keyword_trends.

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 implies when to use the tool (when you need to classify search intent), but it does not explicitly state alternatives or exclusions. There is no guidance on how this compares to related keyword research tools.

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

Install Server

Other Tools

Latest Blog Posts

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/kevinmaqueda/mcp-dataforseo'

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