list_all_funds
Retrieve a list of all stock market funds, filterable by type (balanced, bond, stock) and available in multiple output formats.
Instructions
List all funds from stock market Args: fund_type: Literal['BALANCED', 'BOND', 'STOCK', None ] = None (if None, return funds in all types) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fund_type | No | ||
| output_format | No | toon |