posthog_list_events
List all event types tracked in PostHog, ordered by usage. Call this FIRST before building funnels or trends — it shows the actual event names in the user's PostHog. Only works if PostHog is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (default: 50) | |
| search | No | Search events by name | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |