Skip to main content
Glama
dversum

dVersum MCP Server

Official
by dversum

create_absence

Create a new absence entry for vacation, sick leave, home office, or business trips, specifying dates, optional note, and half-day flag.

Instructions

Create a new absence entry (vacation, sick leave, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note
typeYesAbsence type
end_dateYesEnd date (YYYY-MM-DD)
half_dayNoWhether this is a half-day absence
start_dateYesStart date (YYYY-MM-DD)
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. It only states that a new absence entry is created, omitting details about permissions, side effects, validation rules, or the response format. This is a significant gap for a create operation.

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?

A single, focused sentence that front-loads the action and resource. No unnecessary words, effectively sized for the purpose.

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?

Given the tool has 5 parameters, no annotations, and no output schema, the one-sentence description is insufficient. It lacks usage context, behavioral expectations, and return value information, leaving the agent under-informed for a multi-parameter create operation.

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% coverage, with each parameter described. The description adds minor context by listing example types (vacation, sick leave), which slightly enhances the 'type' enum but does not meaningfully compensate beyond the 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 the verb 'Create' and the resource 'absence entry', with examples like vacation and sick leave. This distinguishes it from sibling tools such as update_absence, delete_absence, and list_absences.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like update_absence, nor are there any prerequisites or exclusions. The description only states what the tool does, not when to invoke it.

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/dversum/mcp-server'

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