My Events
list_my_eventsRetrieve your GitLab activity feed including pushes, merge requests, comments, approvals, and issue actions. Filter by date, action type, or target resource to track your recent work.
Instructions
List the authenticated user's GitLab activity feed — pushes, MRs, comments, approvals, issue actions. Primary tool for "what did I just do". Requires user authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| sort | No | Sort order (default desc — newest first) | desc |
| after | No | Only events after this date (YYYY-MM-DD) | |
| scope | No | Set to "all" to include events from any project you have access to, not just your own authored events | |
| action | No | Filter by action type | |
| before | No | Only events before this date (YYYY-MM-DD) | |
| per_page | No | Results per page | |
| target_type | No | Filter by target resource type | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |