bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Google Tasks
Create one task or subtask in a connected Google Tasks list.
Creates one top-level task or subtask with a title, notes and optional due date. It never deletes, clears or reorders existing tasks. Always one $0.0025 request.
Agents select this operation with tool ID google-tasks.task-create, 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.
queryobject · optionalSearch terms used to find relevant records.
duestringReturned due value.
idstringReturned id value.
kindstringReturned kind value.
linksarrayReturned links value.
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.
notesstringReturned notes value.
positionstringReturned position value.
selfLinkstringReturned self link value.
statusstringReturned status 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-create",
"input": {
"body": {
"due": "2026-08-25T00:00:00.000Z",
"notes": "Purpose-made test task for the Google review.",
"title": "Review launch plan"
},
"path": {
"tasklistId": "YOUR-GOOGLE-TASK-LIST-ID"
}
}
}{
"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.