Skip to main content
Glama

Add calendar events

officient_add_calendar_event
Destructive

Add sick days, education, or custom events to an employee's Officient calendar. Each event requires date, start time, and duration.

Instructions

Add one or more events (day off, sick day, education, overtime, …) to a person’s calendar. All events in one call must fall in the same year. Set type="custom" together with custom_day_off_type_id from officient_list_event_types; omit that id for sick_day / education. duration_minutes may be the string "all_day". Required scope: calendar:write. WRITES DATA in Officient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYessick_day, education or custom.
eventsYesOne entry per event. All entries must be in the same year.
person_idYesOfficient person id.
custom_day_off_type_idNoRequired when type="custom"; get it from officient_list_event_types.
Behavior4/5

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

Discloses that it writes data and requires calendar:write scope, aligning with annotations (destructiveHint=true). Adds constraint that all events in one call must be in the same year. No contradictions with annotations.

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 compact (two sentences plus key clarifications), front-loaded, and every sentence adds value without redundancy.

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

Completeness4/5

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

Covers main points: multi-event capability, year constraint, type handling, required scope. No output schema, but description doesn't need return values. Could mention success behavior or error handling, but overall sufficient given annotations.

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%, baseline 3. Description adds: 'Set type="custom" together with custom_day_off_type_id from officient_list_event_types; omit that id for sick_day / education' and 'duration_minutes may be the string "all_day"', providing extra semantics beyond schema.

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 adds one or more events (day off, sick day, education, overtime, etc.) to a person's calendar. It specifies constraints like all events in same year and differentiates from sibling tools like overwrite and delete.

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?

Provides context on when to set type='custom' and when to omit custom_day_off_type_id, and mentions required scope. However, it does not explicitly say when not to use this tool or compare with alternatives like overwrite or delete.

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/dhrpieterjan/officient-mcp'

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