Get your assigned tasks, pending applications, and recent submissions.
Use this to see:
- Tasks assigned to you (in progress)
- Pending applications waiting for agent approval
- Recent submissions and their verdict status
- Summary of your activity
Args:
params (GetMyTasksInput): Validated input parameters containing:
- executor_id (str): Your executor ID
- status (TaskStatus): Optional filter by task status
- include_applications (bool): Include pending applications (default: True)
- limit (int): Max results (default: 20)
- response_format (ResponseFormat): markdown or json
Returns:
str: Your tasks and applications in requested format.
Connector