Skip to main content
Glama
SCom-82

@scom82/topvisor-mcp

by SCom-82

topvisor_request

Use as a generic escape hatch to call any Topvisor API v2 method, covering undocumented endpoints not available as typed tools.

Instructions

Generic escape hatch: call any Topvisor API v2 method directly. Covers all API methods including undocumented ones not yet available as typed tools. Use operator/service/method path and pass body verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operatorYes
serviceYese.g. projects_2, keywords_2, positions_2, snapshots_2, bank_2
methodYesMethod path, e.g. "projects", "checker/go", "searchers_regions/export"
bodyNoRequest body, passed verbatim as JSON
Behavior2/5

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

No annotations are provided, so the description should fully disclose behavior. It only states it calls the API directly and passes the body verbatim, but lacks details on authentication, rate limits, error handling, or side effects.

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, the first states purpose and the second gives usage pattern. No redundant information, very efficient.

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?

Given the tool's generic nature, the description covers its main use case. However, since there is no output schema, it could mention that the response format varies by API method or provide a link to API docs. As is, it's adequate but not fully complete.

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 has good coverage (75%) and descriptions for parameters. The description adds little beyond what the schema already provides, only summarizing the parameter roles (operator/service/method/path/body). Baseline 3 applies.

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 it's a generic escape hatch for calling any Topvisor API v2 method directly, distinguishing it from the many specific sibling tools by covering all methods including undocumented ones.

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

Usage Guidelines4/5

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

The description tells users to use operator/service/method path and pass body verbatim, and implies using this tool when no typed tool exists. However, it does not explicitly say to prefer typed tools when available.

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