manus_task_list
List and paginate tasks by scope, such as all, standard, project, or agent subtasks, using cursor-based navigation.
Instructions
List tasks with cursor pagination. scope='agent_subtask' requires agent_id; scope='project' requires project_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | ||
| scope | No | ||
| cursor | No | ||
| agent_id | No | ||
| project_id | No |