Skip to main content
Glama

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

NameRequiredDescriptionDefault
absence_typeYes
employee_idNo
end_dateYes
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "absence_type": { "type": "string" }, "employee_id": { "type": "string" }, "end_date": { "type": "string" }, "start_date": { "type": "string" } }, "required": [ "absence_type", "start_date", "end_date" ], "type": "object" }

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