max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Google Calendar
List subscribed calendars, access roles and time zones for a connected Google account.
Lists subscribed Google calendars, their access roles and time zones so an agent can choose a writable calendar without changing subscriptions or sharing. Each response page is one $0.0025 request.
Agents select this operation with tool ID google-calendar.calendars-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
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-calendar.calendars-list",
"input": {
"query": {
"maxResults": 1,
"minAccessRole": "writer"
},
"max_pages": 1
}
}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.
{
"pages": 1,
"results": [
{
"id": "primary",
"primary": true,
"summary": "Example User",
"selected": true,
"timeZone": "Europe/London",
"accessRole": "owner"
}
]
}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.