Skip to main content
Glama
meAmitPatil

Calendly MCP Server

by meAmitPatil

list_events

List scheduled Calendly events for the authenticated user, with optional filters for status, time range, organization, and user. Retrieve event details for managing schedules.

Instructions

List scheduled events for the authenticated user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of events to return (default 20, max 100)
statusNoFilter events by status
user_uriNoURI of the user whose events to list
max_start_timeNoMaximum start time for events (ISO 8601 format)
min_start_timeNoMinimum start time for events (ISO 8601 format)
organization_uriNoURI of the organization to filter events
Behavior2/5

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

There are no annotations to provide safety or read-only hints, so the description carries the full burden. It fails to disclose that listing is non-destructive, that multiple filters (status, time range, organization) are supported, or that user_uri can target other users; the 'authenticated user' claim is contradicted by the schema's user_uri parameter.

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, concise sentence with no filler. It is front-loaded with the verb and resource and earns its place, though it may be slightly too brief.

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

Completeness2/5

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

Given six optional parameters, no output schema, and no annotations, the description is under-specified. It omits key details about filtering options, pagination, and the ability to list for other users via user_uri, which are critical for correct usage.

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 coverage is 100% with well-described parameters, so the baseline is 3. The description adds no additional parameter semantics, but the schema fully covers parameter meanings including defaults and formats.

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 identifies listing scheduled events as its function and distinguishes it from sibling tools like get_event and list_event_types. However, the scope 'for the authenticated user' is slightly misleading given the optional user_uri parameter allows listing events for other users, so it's not fully precise.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus siblings like get_event or schedule_event, nor any exclusions for when this tool should not be used. The description simply states what it does without contextual usage advice.

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

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