Skip to main content
Glama
NyxToolsDev

Calendly MCP Server

get_event_details

Retrieve complete details of a Calendly event, including invitees, location, conferencing, and cancellation information.

Instructions

Get full details of a specific Calendly event including invitees, location, conferencing details, and cancellation info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_uuidYesUUID of the event to retrieve
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions the tool gets details but does not state that it is a read-only operation, potential side effects, authentication needs, or rate limits. The description is minimal and lacks depth.

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?

A single sentence that front-loads the main purpose and lists the types of details included. No wasted words; efficient and clear.

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 retrieval tool with one parameter and no output schema, the description adequately covers what the tool returns (invitees, location, etc.). It lacks some context (e.g., whether the response is paginated, format), but overall is sufficient.

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 only parameter 'event_uuid' is documented in the schema with a description. The tool description adds no extra semantic meaning beyond the schema. With 100% schema coverage, baseline 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 clearly states the tool retrieves full details of a specific Calendly event, listing key content (invitees, location, conferencing, cancellation info). It distinguishes from siblings like list_upcoming_events or search_events by focusing on a single event with UUID.

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 implies usage for a specific event via UUID but offers no explicit guidance on when to use alternatives (e.g., search_events for querying by criteria) or when not to use this tool.

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/NyxToolsDev/calendly-mcp-server'

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