list_web_tasks
View all active and completed web browsing tasks in your current session to track multiple concurrent automation operations and monitor progress.
Instructions
List all web browsing tasks, including active and completed ones.
Shows a summary of all tasks in the current session. Useful for tracking
multiple concurrent browsing operations.
Returns:
Dictionary containing:
- ok: Boolean indicating success
- tasks: Array of task status objects (compact format)
- count: Total number of tasks
- active_count: Number of currently running tasks
Examples:
- list_web_tasks()
Note: Returns compact task summaries. Use check_web_task(task_id) for details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}