bytebot_list_tasks
List and filter tasks by status or priority to monitor progress and manage workflows within the ByteBot MCP Server environment.
Instructions
List all tasks with optional filters. Use this to see what tasks exist and their current status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter tasks by status | |
| priority | No | Filter tasks by priority | |
| limit | No | Maximum number of tasks to return | |
| offset | No | Number of tasks to skip (for pagination) |