Skip to main content
Glama

create_calendar_event

Creates a new calendar event with title, start/end times, location, reminders, and recurrence. Requires write permission on the calendar.

Instructions

[Official API + UAT, v1.3.7] Create a new calendar event. Requires calendar:calendar.event:write scope (re-run npx feishu-user-plugin oauth after enabling). The current identity (UAT-first) must have writer or owner permission on the calendar.

Time fields: A time object: {timestamp:"", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_idYesCalendar ID (use list_calendars; primary calendar has type="primary").
summaryYesEvent title
descriptionNoDescription / notes (optional)
start_timeYesA time object: {timestamp:"<unix-seconds>", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.
end_timeYesA time object: {timestamp:"<unix-seconds>", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.
locationNoOptional. {name, address?, latitude?, longitude?}.
visibilityNoEvent visibility (optional)
attendee_abilityNoWhat attendees may do (optional)
free_busy_statusNoWhether this event blocks the calendar (optional)
remindersNoReminders before event start (optional). E.g. [{minutes:15}].
recurrenceNoiCal RRULE recurrence string (optional)
need_notificationNoWhether to notify attendees on create (default true)
Behavior4/5

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

With no annotations, the description discloses behavioral traits: requires scope and writer/owner permission, creates an event, and optionally notifies attendees. It also explains time format choices. Lacks details on errors or side effects beyond creation.

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?

Front-loaded with action and version. Important preconditions are placed early. Every sentence adds value: scope, permission, time fields. No 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?

Given 12 parameters (4 required), nested objects, and no output schema, the description covers time fields and preconditions but omits return value (e.g., created event object), error behavior, or pagination. Slightly incomplete for full agent autonomy.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing baseline of 3. The description adds value by explaining time format in detail (two forms), scope/permission requirements, and the need_notification default. This moves beyond schema repetition.

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 starts with 'Create a new calendar event' clearly stating the action and resource. It distinguishes from sibling tools like get/update/delete/list by focusing on creation.

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

Usage Guidelines4/5

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

The description specifies required scope and permission, guiding when the tool can be used. However, it does not explicitly mention when not to use it or compare with alternatives (e.g., respond_calendar_event).

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/EthanQC/feishu-user-plugin'

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