jules_list_tasks
View and filter Google Jules AI coding tasks by status to monitor development progress and manage workflow automation.
Instructions
List all Jules tasks with their status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of tasks to return (default 10) | |
status | No | Filter tasks by status |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of tasks to return (default 10)",
"type": "number"
},
"status": {
"description": "Filter tasks by status",
"enum": [
"all",
"active",
"pending",
"completed",
"paused"
],
"type": "string"
}
},
"type": "object"
}