Skip to main content
Glama
SCom-82

@scom82/topvisor-mcp

by SCom-82

topvisor_check_positions

Submit an asynchronous position check job to Topvisor for keyword ranking data. Returns project IDs immediately; results collect in the background.

Instructions

ASYNC: Submit a position check job to the Topvisor queue. Returns projectsIds immediately — actual data collection runs in the background (minutes to hours depending on queue). To monitor progress, poll topvisor_list_projects for status_positions/positions_percent fields. Read results later via topvisor_get_history once collection is complete. To preview cost first use topvisor_check_price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID (converted to filter internally)
regions_indexesNoRegion indexes to check (from topvisor_list_regions)
folders_idsNo
folders_ids_depthNo
groups_idsNo
do_snapshotsNo1 = also collect SERP snapshots (accessible via topvisor_get_snapshots)
keyword_idNoCheck a single keyword only (requires regions_indexes; ignores groups_ids, do_snapshots)
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It explicitly labels the tool as 'ASYNC,' explains that it returns projectIds immediately while data collection runs in the background (minutes to hours), and describes how to monitor progress and retrieve results. It also notes parameter interactions (e.g., keyword_id overrides other parameters). This fully discloses behavioral traits.

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 concise (4 sentences), front-loaded with the key fact 'ASYNC: Submit a position check job...', and efficiently structures the workflow: action, immediate result, monitoring, results retrieval, and cost preview. Every sentence adds value without redundancy.

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?

Given no output schema, the description adequately covers the expected behavior: it explains the async nature, the return of projectIds, the background processing timeline, and provides links to monitor (topvisor_list_projects) and retrieve results (topvisor_get_history). It also mentions cost preview (topvisor_check_price). For a submission tool, this is complete and self-contained.

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 57%, and the description adds contextual value for the `keyword_id` parameter (explains overriding behavior). However, the description does not elaborate on the `folders_ids`, `folders_ids_depth`, or `groups_ids` parameters, leaving their semantics partially unclear. The description compensates somewhat by describing the overall async workflow, but not fully for all parameters.

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's purpose: 'Submit a position check job to the Topvisor queue.' It specifies the async nature, immediate return of projectIds, and distinguishes from siblings by linking to monitoring and results tools. The verb 'submit' and resource 'position check job' are specific, and the description helps differentiate from tools like topvisor_check_price and topvisor_get_history.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool (to submit a position check) and what to do next: poll topvisor_list_projects for status, read results via topvisor_get_history, and preview cost via topvisor_check_price. It effectively outlines the workflow and alternatives, aiding correct tool selection.

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/SCom-82/topvisor-mcp'

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