Skip to main content
Glama

search-events

Search calendar events within a time range using ISO 8601 dates, with an optional search term.

Instructions

Search for calendar events. Time range must be specified in ISO 8601 format with UTC timezone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_minYesStart time in ISO 8601 format (e.g., '2024-12-04T00:00:00Z')
time_maxYesEnd time in ISO 8601 format (e.g., '2024-12-04T23:59:59Z')
queryNoOptional search term
Behavior3/5

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

With no annotations, the description must disclose all important behavior. It states that the tool searches events and requires a time range. It does not mention whether it is read-only (implied by 'search'), any authentication needs, or what the return format is. This is minimal but not misleading.

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?

The description consists of two short sentences that are front-loaded with the main action. Every word is informative, and there is no redundancy or filler. It is appropriately concise for a simple tool.

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

Completeness3/5

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

Given the tool's simplicity (no output schema, only 3 parameters), the description is fairly complete. However, it does not explain what the search returns (e.g., event details). For a search tool, that information would be helpful. Still, it is adequate for basic use.

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?

Schema description coverage is 100%, so the schema already documents each parameter (time_min, time_max, query). The description simply reinforces the ISO 8601 requirement already in the schema. It adds no new semantic information beyond what the schema provides, achieving the baseline.

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

Purpose4/5

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

The description clearly states the tool searches for calendar events. The sibling tool 'create-event' suggests a contrasting action, but the description does not explicitly differentiate. Still, the purpose is clear with a specific verb and resource.

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

Usage Guidelines3/5

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

The description specifies that a time range must be in ISO 8601 format with UTC timezone, which provides a usage constraint. However, it gives no guidance on when to use this tool versus alternatives or when not to use it. The sibling 'create-event' implies a contrast, but the description lacks explicit 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/avijeett007/kno2gether-mcp-servers'

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