search_metrics
Search financial metrics by keyword with typo tolerance. Handles common abbreviations and minor typos to return relevant matches.
Instructions
Search across all metrics by keyword with typo tolerance.
Supports minor typos and common financial abbreviations. Tokens
shorter than four characters bypass fuzzy matching and require an
exact substring hit.
Args:
query: Free-text search string, e.g. ``'debt'``,
``'moving average'``, ``'sharpe'``, or ``'retun on equty'``.
Returns:
str: Markdown table of matching tools sorted by relevance score,
or a guidance message when no strong matches are found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text keyword to search across all metric names and descriptions, e.g. 'sharpe', 'debt', or 'moving average'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |