get_metrics_by_category
Get all metrics in a specified category, with their API names and descriptions. Use when you want to browse metrics by category rather than searching by keyword.
Instructions
Return all metrics in a specific category with their API names and descriptions.
Returns: {"metric_api_name": "description", ...}
The category name must exactly match a value returned by list_metric_categories. Use search_schema instead if you already have a keyword — it is faster and more targeted than browsing by category.
Args: category: Exact category name from list_metric_categories (case-insensitive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes |