Serpstat-call-method
serpstat-call-methodFull Description
EXECUTE a Serpstat API method with parameters. REQUIRES: Exact parameters matching schema from serpstat-get-method-schema. AVOID IF: Parameters are unknown — call serpstat-get-method-schema first. WORKFLOW: serpstat-list-methods → serpstat-get-method-schema → serpstat-call-method. After first discovery, you may skip serpstat-list-methods and go directly to serpstat-get-method-schema → serpstat-call-method for known methods.
Parameters (2 required)
methodstringMethod name from serpstat-list-methods (e.g. "get_domains_info")
paramsobjectMethod parameters (see serpstat-get-method-schema for required fields)