Skip to main content
Glama
kharonx
by kharonx

get-calendar-event

get-calendar-event
Read-onlyIdempotent

Retrieve a calendar event's complete details, including body, attendees, online meeting info, and recurrence.

Instructions

Get a single event with full body/description, attendees, online meeting info and recurrence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectNoComma separated list of properties to return (OData $select)
eventIdYesValue for eventId
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds useful context about what fields are returned, but it does not disclose potential behaviors such as not-found handling, authentication needs, or how the optional $select parameter affects the response.

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 is a single, front-loaded sentence that conveys the tool's purpose and key return fields with no filler. Every word contributes meaningful information.

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

Completeness4/5

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

For a simple read operation with one required parameter, full schema coverage, and strong annotations, the description is largely complete. It communicates the scope and the important content of the response, though it could mention error behavior or response shape more explicitly since no output schema is provided.

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%, and both eventId and select already have clear schema descriptions. The description does not add significant parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 states a specific verb and resource: get a single event. It also enumerates the distinguishing content fields (body/description, attendees, online meeting info, recurrence), which clearly separates it from sibling list tools like list-calendar-events and get-calendar-view.

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?

Usage is implied: an agent should call this when it needs one specific event's full details. However, there is no explicit guidance contrasting it with list-calendar-events or get-calendar-view, and no when-to-use or when-not-to-use instructions are provided.

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

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/kharonx/mcp_gateway'

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