get_dimensions_by_category
Retrieve all dimensions in a specific category with their API names and descriptions. Provide the exact category name from list_dimension_categories.
Instructions
Return all dimensions in a specific category with their API names and descriptions.
Returns: {"dimension_api_name": "description", ...}
The category name must exactly match a value returned by list_dimension_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_dimension_categories (case-insensitive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes |