Skip to main content
Glama

calendar_search_events

Search for calendar events within a specified date range and optional text query, returning event details for further operations.

Instructions

Search for events in a calendar within a date range.

Args: calendar_id: Calendar name or URL path (from calendar_list_calendars) start: ISO 8601 start datetime (e.g., "2026-01-01T00:00:00") end: ISO 8601 end datetime query: Optional text to search in event summary and description limit: Maximum number of results (default 50)

Returns events with UID, summary, start/end times, location, and status. Use UIDs from results for calendar_get_event, calendar_update_event, or calendar_delete_event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
limitNo
queryNo
startYes
calendar_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It describes that it returns a list of events with specific fields (UID, summary, start/end, location, status) and explains limit default. No side effects mentioned, but as a search tool, it's reasonably transparent.

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

Conciseness5/5

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

Two sentences for summary, then bulleted Args list, then returns, then usage hint. Every sentence earns its place. No redundancy or fluff.

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 5 parameters (3 required), no nested objects, and an output schema present, the description covers all necessary aspects: parameter explanations, return fields, and how to use results with other tools. Fully adequate for an AI agent to select and invoke correctly.

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

Parameters5/5

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

Schema coverage is 0%, so description must compensate. It adds meaning for all 5 parameters: calendar_id (from calendar_list_calendars), start/end (ISO 8601 example), query (optional text search), limit (default 50). This far exceeds the bare 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 'Search for events in a calendar within a date range' with a specific verb and resource. It distinguishes from siblings like calendar_get_event (single event) and calendar_find_available_slots (available slots).

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

Usage Guidelines4/5

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

Explicitly tells when to use this tool: 'Use UIDs from results for calendar_get_event, calendar_update_event, or calendar_delete_event.' Implicitly indicates it's for searching before acting. Lacks explicit when-not guidance but is clear enough.

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/johnwujiang2008/caldav-mcp-server'

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