get_member_activity
Identify top members by message frequency and percentage share. Use time filters and a top N limit to find who talks the most in a session.
Instructions
Top members ranked by message count with percentage of total. Use for "who talks the most" or "most active members" type questions. Supports top_n and time filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| top_n | No | Top N members (default 10, max 50) | |
| start_time | No | Start time (Unix seconds) | |
| end_time | No | End time (Unix seconds) | |
| format | No | Output format: text (default) or json |