Skip to main content
Glama
TeamDay-AI

SE Ranking MCP Server

by TeamDay-AI

Get SERP task status and advanced results

DATA_getSerpTaskAdvancedResults

Check the status or retrieve complete advanced results of a SERP task, including all SERP item types like Maps and AI Overview.

Instructions

Data Tool: Retrieves the status or advanced results of a specific SERP task. Note that SERP tasks usually take 60 seconds to finish. If the task is still running, returns {"status": "processing"}. If complete, returns the full JSON results including "items". Returns ALL SERP item types (Maps, Reviews, AI Overview, etc.). Costs 10 credits for the 1st call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe unique ID of the query task from the Add SERP tasks method.
Behavior4/5

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

With no annotations, the description covers key behaviors: status vs. full JSON return, cost of 10 credits for first call, and inclusion of all SERP item types. Lacks error handling details but adequate for a simple poll tool.

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?

Two sentences, front-loaded with purpose, then timing, status, content, and cost. Every sentence adds value with no redundancy.

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 simple 1-param tool with no output schema, the description covers return types, timing, cost, and scope. Minor gap: no mention of error responses (e.g., invalid task_id), but sufficient for typical use.

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% with a clear description for task_id. The description does not add significant meaning beyond what the schema provides, so 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 the tool retrieves status or advanced results of a specific SERP task, returning status or full JSON. It also specifies it returns all SERP item types, distinguishing it from siblings like DATA_getSerpTaskResults.

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?

Provides context that tasks take ~60 seconds and returns processing status, but does not explicitly state when not to use (e.g., for non-advanced results) or compare to alternatives like DATA_getSerpTaskResults or DATA_getSerpHtmlDump.

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/TeamDay-AI/se-ranking-mcp'

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