get_standup_multi
Combine GitHub activity from multiple users into a single standup report, showing commits, PRs, reviews, and issues for the whole team.
Instructions
Fetch GitHub activity for multiple users (e.g. your whole team) and return a combined standup report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usernames | Yes | List of GitHub usernames to include, e.g. ['alice', 'bob'] | |
| hours_back | No | How many hours back to look. Default 24. | |
| github_token | Yes | GitHub personal access token with read access to each user's events. |