List RevenueCat Chart Metrics
rc_list_metricsList available RevenueCat metrics by category to see what subscription data you can query before requesting a chart.
Instructions
List all available RevenueCat Charts API metrics with descriptions. Use this to discover what subscription data you can query before calling rc_get_chart.
Args:
category (string): Filter by category — "all", "revenue", "actives", "trials", "conversion", or "cohorts" (default: "all")
Returns: Markdown-formatted list of metrics grouped by category, each with metric name (for use in rc_get_chart) and description.
Examples:
"What metrics can I query?" -> category="all"
"Show me revenue metrics" -> category="revenue"
"What trial data is available?" -> category="trials"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter metrics by category: all, revenue, actives, trials, conversion, or cohorts | all |