Skip to main content
Glama
SCom-82

@scom82/topvisor-mcp

by SCom-82

topvisor_list_regions

Retrieve the mapping of region_key to region_index for configured searchers and regions in a Topvisor project, enabling correct usage of history and position check tools.

Instructions

List configured searchers and regions for a project. Returns region_key and region_index for each region.

CRITICAL: region_key (used when adding a region) is NOT the same as region_index (used in topvisor_get_history, topvisor_check_price, topvisor_check_positions). Always call this tool after adding regions to get the correct region_index values.

Example mapping for project 29248320 (green-line24.ru):

  • Samara: region_key=51 → region_index=83

  • Tolyatti: region_key=240 → region_index=112

  • Zhigulyovsk: region_key=11132 → region_index=829

NOTE: Uses get/projects_2/projects with show_searchers_and_regions=2 (NOT searchers_regions/export which returns CSV with no region_index).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID to list configured regions for
Behavior5/5

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

Despite no annotations, the description details the underlying API endpoint (get/projects_2/projects with show_searchers_and_regions=2), the mapping from region_key to region_index, and warns against confusing the two. It fully discloses the tool's behavior and common pitfalls.

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 well-structured: purpose first, then critical usage warning, an example, and a note about the API endpoint. Every sentence earns its place without unnecessary fluff, making it easy to parse.

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 the tool's simplicity (one parameter, no output schema, no annotations), the description fully explains the output (region_key and region_index), their significance, and provides an example mapping. It is complete for an agent to use correctly.

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

Parameters4/5

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

The schema covers 100% of the single parameter (project_id) with a description, baseline 3. The description adds value by explaining the context to use the parameter (after adding regions) and the importance of the returned values, moving the score above baseline.

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 verb 'list', the resource 'configured searchers and regions', and the context 'for a project'. It specifies the return fields (region_key and region_index), and is distinct from sibling tools like topvisor_add_region or topvisor_check_positions.

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?

It explicitly says 'Always call this tool after adding regions to get the correct region_index values' and explains the critical distinction between region_key and region_index with an example mapping. This provides strong when-to-use guidance.

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