quant_describe_method
Retrieve full details and citations for a registered quantitative trading method, including paper reference, regime applicability, and mechanical description. Choose markdown or JSON output.
Instructions
Full detail and citation for one registered method.
Args: params (DescribeMethodInput): method_key plus response_format.
Returns: str: the method's name, paper, paper_url, regime_applicability and a prose description of its mechanics. Error string if the key is unknown (call quant_list_methods for valid keys).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |