Skip to main content
Glama

dooray_calendar_post_event

Add new events to a Dooray calendar with subject, content, start/end times, recurrence, and optional all-day settings after user confirmation. Enables calendar scheduling through MCP.

Instructions

register dooray events on a calendar

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesmust be true to execute this write operation; set it only after the user has confirmed the change
contentYesevent content
endedAtYesevent end time in ISO 8601
subjectYesevent subject
operationYesThe operation to perform
startedAtYesevent start time in ISO 8601
calendarIdNocalendar id to register an event
wholeDayFlagNoset true for whole day event
recurrenceBydayNorecurrence by day, e.g. MO,TU,WE
recurrenceUntilNorecurrence end date in ISO 8601
recurrenceBymonthNorecurrence by month, 1-12
recurrenceIntervalNorecurrence interval, default is 1
recurrenceFrequencyNorecurrence frequency
recurrenceBymonthdayNorecurrence by day of month, 1-31
recurrenceTimezoneNameNotimezone for recurrence rule, default Asia/Seoul
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only says 'register' without explaining mutating effects, confirmation requirements, defaults, validation behavior, or failure modes. The confirm parameter in the schema covers the write gate, but the description itself does not add behavioral context.

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 a single short sentence with no filler and the core action is front-loaded. It is concise, though the phrasing 'dooray events' is slightly awkward and no structural differentiation is attempted.

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?

For a tool with 15 parameters, recurrence options, a confirmation gate, and no output schema, a six-word description is not complete enough. It does not explain calendar selection, how recurrence fields interact, or what happens after creation, leaving the agent to infer important contextual behavior.

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, so the baseline is 3. The description adds no parameter-level meaning beyond what the schema already provides, and it does not harmfully omit anything given the schema's completeness.

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 uses a specific verb ('register') and a clear resource ('dooray events on a calendar'), making it plain that this tool creates calendar events. It does not explicitly distinguish itself from sibling tools like dooray_calendar_events, so it stops short of a 5.

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?

Usage is only implied: an agent can infer this tool is for creating/registering calendar events, but there is no explicit when-to-use guidance or mention of alternatives. No exclusions or 'use X instead' direction is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/minseoky/dooray-mcp-link'

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