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
| Name | Required | Description | Default |
|---|---|---|---|
| operator | Yes | ||
| service | Yes | e.g. projects_2, keywords_2, positions_2, snapshots_2, bank_2 | |
| method | Yes | Method path, e.g. "projects", "checker/go", "searchers_regions/export" | |
| body | No | Request body, passed verbatim as JSON |