Skip to main content
Glama

calendly_schedule

Schedules a Calendly meeting for a guest via the Scheduling API. If direct scheduling fails, returns a pre-filled URL for manual confirmation.

Instructions

Agenda uma reunião no Calendly para um convidado via Scheduling API. Se o agendamento direto falhar, retorna URL pré-preenchida para confirmação manual.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_type_uriYesURI do tipo de evento (obtida via calendly_list_event_types)
slot_start_isoYesHorário de início do slot. Aceita ISO 8601 com offset (-03:00) ou UTC (Z). Exemplo: 2026-05-28T09:00:00-03:00
invitee_nameYesNome completo do convidado
invitee_emailYesE-mail do convidado
invitee_phoneNoTelefone/WhatsApp do convidado (campo "WhatsApp" do formulário)
invitee_companyNoEmpresa do convidado (campo "Nome da Empresa" do formulário)
invitee_notesNoObservações adicionais para o host
Behavior3/5

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

The description discloses a key behavioral trait: fallback to a pre-filled URL on failure. However, it does not explain the success response, side effects, permission requirements, or potential errors. Given no annotations, more detail would be beneficial.

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 two sentences long, front-loaded with the main action, and includes a critical fallback condition. Every word adds value, with no redundancy or fluff.

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?

The description covers the main action and fallback, but missing details about the success return value, error responses, and confirmation behavior. For a tool with no output schema, this information is important for the agent to handle the result correctly.

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 input schema has 100% description coverage for all 7 parameters, so the description does not need to add extra meaning. It adds no new information beyond the schema, but the schema already suffices. Baseline 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 clearly states it schedules a meeting via the Scheduling API and mentions a fallback behavior (returning a pre-filled URL on failure). This distinguishes it from sibling tools like calendly_cancel or calendly_list_available_slots, making the purpose specific and unambiguous.

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 when to use this tool (scheduling) but does not explicitly compare with siblings or state when not to use it. No guidance on prerequisites or alternative tools is provided, leaving some ambiguity for the AI agent.

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

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