List todos
gitlab_list_todosList the authenticated user's GitLab todo items, such as assignments, mentions, and review requests, to review pending work.
Instructions
Lists the authenticated user's todo items (assignments, mentions, review requests).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| type | No | ||
| limit | No | Cap for all_pages (default 500) | |
| state | No | ||
| action | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| project_id | No |