Skip to main content
Glama
daanno

Simplicate MCP Server

by daanno

create_absence

Create employee absence records in Simplicate by specifying absence type, start date, and end date to track time off and manage workforce availability.

Instructions

Create absence record

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
absence_typeYes
employee_idNo
end_dateYes
start_dateYes
Behavior1/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 offers nothing beyond the basic action. It doesn't indicate whether this is a write operation (implied by 'create'), what permissions might be required, whether the creation is reversible, what happens on success/failure, or any rate limits. For a mutation tool with zero annotation coverage, this is completely inadequate.

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

Conciseness2/5

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

While technically concise with just three words, this is an example of harmful under-specification rather than effective brevity. The description doesn't earn its place by providing meaningful information. It's front-loaded in the sense that there's nothing after it, but that's because it provides no useful content at all.

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

Completeness1/5

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

This is a mutation tool with 4 parameters, 0% schema description coverage, no annotations, and no output schema. The description provides only the most basic action statement with no parameter guidance, no behavioral context, no usage guidelines, and no information about what happens after creation. It's completely inadequate for the complexity of this tool.

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

Parameters1/5

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

The schema description coverage is 0%, meaning none of the 4 parameters have descriptions in the schema. The tool description provides absolutely no information about what the parameters mean, their formats, or their purposes. The agent would have to guess what 'absence_type', 'employee_id', 'start_date', and 'end_date' should contain and in what format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create absence record' is a tautology that essentially restates the tool name. It specifies the verb 'create' and resource 'absence record', but doesn't provide any meaningful differentiation from sibling tools like 'create_leave' or 'create_hours'. The purpose is clear at a basic level but lacks specificity about what an absence record entails in this system.

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

Usage Guidelines1/5

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

The description provides absolutely no guidance about when to use this tool versus alternatives. There's no mention of prerequisites, when this should be used instead of similar tools like 'create_leave', or any context about appropriate use cases. The agent would have no information about when this tool is the correct choice.

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/daanno/simplicate-mcp'

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