quant_list_methods
Lists all registered paper-backed trading methods with metadata including key, name, citation, and regime applicability. Use this to identify valid method keys for analysis and description tools.
Instructions
List every registered paper-backed trading method.
Args: params (FormatInput): response_format ('markdown'|'json').
Returns: str: methods with key, name, paper citation, paper_url and regime_applicability. JSON returns the full metadata list; markdown is a readable digest. Use this to discover what method_key values are valid for quant_analyze_setup / quant_describe_method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |