search_by_category
Retrieve all financial metrics or tools grouped by a specific category, such as ratios, technicals, economics, or discovery.
Instructions
List every available metric/tool within a category.
Args:
category: One of the category names returned by ``list_categories``,
e.g. ``ratios``, ``technicals``, ``economics``, ``discovery``.
Returns:
str: Markdown table of tool names and their descriptions for the
requested category, or an error message if the category is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category name as returned by search.categories, e.g. 'ratios', 'technicals', 'economics', 'discovery'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |