bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Google Calendar
Check busy intervals across connected Google calendars without reading event details.
Returns busy intervals for up to 50 calendars in a bounded time range without exposing event titles or descriptions. Always one $0.0025 request.
Agents select this operation with tool ID google-calendar.free-busy, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
calendarsobjectReturned calendars value.
kindstringReturned kind value.
timeMaxstringReturned time max value.
timeMinstringReturned time min 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-calendar.free-busy",
"input": {
"body": {
"items": [
{
"id": "YOUR-GOOGLE-CALENDAR-ID"
}
],
"timeMax": "2026-08-25T17:00:00Z",
"timeMin": "2026-08-25T09:00:00Z",
"timeZone": "Europe/London"
}
}
}{
"kind": "calendar#freeBusy",
"timeMax": "2026-08-17T17:00:00.000Z",
"timeMin": "2026-08-17T09:00:00.000Z",
"calendars": {
"primary": {
"busy": [
{
"end": "2026-08-17T10:30:00Z",
"start": "2026-08-17T10:00:00Z"
}
]
}
}
}connection_required: This capability acts on your own Google Calendar, which isn't connected yet.Open connect_url, approve Google Calendar event and calendar-list access, 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.