max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Google Tasks
List active and completed tasks from one connected Google Tasks list.
Lists active and optionally completed tasks from one task list with bounded due, completion and update filters. Deleted tasks are not exposed. Each response page is one $0.0025 request.
Agents select this operation with tool ID google-tasks.tasks-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
pagesnumberReturned pages value.
resultsarrayReturned results value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "google-tasks.tasks-list",
"input": {
"path": {
"tasklistId": "YOUR-GOOGLE-TASK-LIST-ID"
},
"query": {
"maxResults": 10,
"showCompleted": true
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "task-output-id",
"due": "2026-08-18T00:00:00.000Z",
"kind": "tasks#task",
"links": [],
"notes": "Purpose-made Scrollport verification task. Safe to edit.",
"title": "Review launch plan",
"status": "needsAction",
"updated": "2026-08-15T12:05:00.000Z",
"position": "00000000000000000000",
"selfLink": "https://www.googleapis.com/tasks/v1/lists/tasklist-output-id/tasks/task-output-id"
}
]
}connection_required: This capability acts on your own Google Tasks, which isn't connected yet.Open connect_url, approve the shared Google Calendar and Tasks connection, then retry this run unchanged.Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.