Skip to main content
Glama

calendar_discover

Read-only

List available Google Calendar operations, optionally filtered by keyword, to identify which calendar tool to call next.

Instructions

List the available calendar operations. Operational calendar tools are hidden until discovered — call this first, then call the tool you need by name. Operations: list_calendars, list_events, get_event, create_event, update_event, delete_event, quick_add, move_event, list_instances, get_freebusy, create_calendar, acl_delete, acl_get, acl_insert, acl_list, acl_patch, acl_update, acl_watch, calendar_list_delete, calendar_list_get, calendar_list_insert, calendar_list_patch, calendar_list_update, calendar_list_watch, calendars_clear, calendars_delete, calendars_get, calendars_patch, calendars_transfer_ownership, calendars_update, channels_stop, colors_get, events_import, events_update, events_watch, settings_get, settings_list, settings_watch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoKeyword to filter the returned operations
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description complements this by explaining the 'hidden until discovered' behavior. It adds context about operational tool visibility without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with its purpose and usage guidance, then lists discoverable operations—necessary detail for a discovery tool. The list is long but each item is meaningful, and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one optional parameter, no output schema, and read-only annotations, the description covers the tool's purpose, prerequisite behavior, and expected output (operation names). This is sufficient for an agent to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema describes the 'query' parameter with 100% coverage, so the description need not elaborate. The description's operation list provides implicit guidance on filterable content, but no additional parameter semantics beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List the available calendar operations' with a specific verb and resource. It differentiates from sibling discovery tools (gmail_discover, drive_discover) by specifying calendar-specific operations and the discovery-first workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to 'call this first, then call the tool you need by name', establishing when to use it. This also implies that other calendar tools are not usable until this discovery step, providing clear usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bakissation/mcp-google-multi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server