Skip to main content
Glama

create_calendar_event

Add events to a Feishu calendar with title, times, timezone, location, reminders, recurrence, and visibility. Handles all-day events and attendee permissions.

Instructions

[Official API + UAT, v1.3.7] Create a new calendar event. Requires calendar:calendar.event:create 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
summaryYesEvent title
end_timeYesA time object: {timestamp:"<unix-seconds>", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.
locationNoOptional. {name, address?, latitude?, longitude?}.
remindersNoReminders before event start (optional). E.g. [{minutes:15}].
recurrenceNoiCal RRULE recurrence string (optional)
start_timeYesA time object: {timestamp:"<unix-seconds>", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.
visibilityNoEvent visibility (optional)
calendar_idYesCalendar ID (use list_calendars; primary calendar has type="primary").
descriptionNoDescription / notes (optional)
attendee_abilityNoWhat attendees may do (optional)
free_busy_statusNoWhether this event blocks the calendar (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?

No annotations are provided, so the description carries the full burden. It discloses auth requirements (scope and permission) and the UAT-first context, which is valuable. It does not detail response format or side effects like notifications, but the schema includes a need_notification parameter for that. The description adds meaningful behavioral context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with the purpose stated in the first sentence and requirements following. The time field note, while redundant with the schema, highlights a key complexity and is not verbose. No wasted sentences, but the 'Official API + UAT, v1.3.7' prefix is minor noise that does not detract.

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 tool has 12 parameters and nested objects, but the schema covers all parameter details. The description adds permission and time field context. However, with no output schema, it omits what the tool returns (e.g., created event ID), which is relevant for agents to use the result. Overall, adequate but not fully complete.

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%, so all parameters are fully described in the JSON schema. The description repeats the time field format found in the schema but does not add new meaning beyond what's already documented. 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 explicitly states 'Create a new calendar event' with a specific verb and resource, clearly distinguishing it from sibling tools like update_calendar_event and delete_calendar_event. The purpose is unambiguous and front-loaded.

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 provides important prerequisites including required scope ('calendar:calendar.event:create') and permission level ('writer or owner permission'), which are essential for using the tool correctly. However, it does not explicitly contrast with alternative calendar tools or give when-not-to-use conditions, so usage guidance is implied rather than explicit.

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