Get Subscription Overview
rc_get_overviewGet a real-time snapshot of key subscription health metrics like MRR, active subscriptions, and revenue. Return current state without specifying a date range.
Instructions
Get a real-time snapshot of key subscription health metrics. No date range needed — returns current state.
Args:
api_key (string): RevenueCat secret API key starting with "sk_"
project_id (string, optional): RevenueCat project ID (e.g., "proj058a6330"). Auto-detected if omitted.
Returns: Markdown summary with: Active Trials, Active Subscriptions, MRR ($), Revenue (28d), New Customers (28d), Active Users (28d), Transactions (28d).
Examples:
"What's my current MRR?" -> call with just api_key
"Give me a subscription health check" -> call with just api_key
"How many active subscribers do I have?" -> call with just api_key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | RevenueCat secret API key (starts with sk_) | |
| project_id | No | RevenueCat project ID (e.g., 'proj058a6330'). Auto-detected if omitted. |