get_my_current_tasks
Retrieve your assigned tasks with aggregated statistics by stage, priority, and total estimate. Supports automatic fetch of all items or manual pagination for token efficiency.
Instructions
Get current user's assigned tasks with aggregated statistics (by stage, by priority, total estimate). Returns slim work items for token efficiency. Supports both auto-fetch (all items) and manual pagination (offset/limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (manual pagination mode). Omit for auto-fetch all items. | |
| offset | No | Skip first N items (manual pagination mode). Omit for auto-fetch all items. | |
| boardId | No | Filter by specific sprint/board ID | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) | |
| includeCompleted | No | Include completed tasks (default: false) |