asana_my_tasks
List the authenticated user's personal My Tasks from Asana. Use this to view your own task list, with pagination support to fetch large sets of assigned tasks.
Instructions
List the TOKEN OWNER's My Tasks (user task list). NOTE: a personal PAT can only read its OWN My Tasks — passing another user returns 403. For other users use asana_search_tasks or asana_list_tasks with assignee=, or asana_user_queue. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User GID (default "me" = token owner). | |
| limit | No | Page size (max 100, default 100) | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| workspace | No | Workspace GID (default: configured/auto-detected workspace) | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. | |
| completed_since | No | Only tasks since (ISO 8601 or "now" for only-incomplete) |