bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Google Tasks
Rename one existing list in a connected Google Tasks account.
Updates the title of one task list without deleting the list or changing its tasks. Always one $0.0025 request.
Agents select this operation with tool ID google-tasks.task-list-update, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
idstringReturned id value.
kindstringReturned kind value.
selfLinkstringReturned self link value.
titlestringReturned title value.
updatedstringReturned updated 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.task-list-update",
"input": {
"body": {
"title": "Scrollport verification tasks — updated"
},
"path": {
"tasklistId": "YOUR-GOOGLE-TASK-LIST-ID"
}
}
}{
"id": "tasklist-output-id",
"kind": "tasks#taskList",
"title": "Launch tasks — updated",
"updated": "2026-08-15T12:00:00.000Z",
"selfLink": "https://www.googleapis.com/tasks/v1/users/@me/lists/tasklist-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.