Skip to main content
Glama

MoCo MCP Server

by niondigital

get_user_sick_days

Retrieve detailed sick day records for a specific year, including daily breakdowns and total counts, from the MoCo MCP Server to manage and analyze employee absence data effectively.

Instructions

Get all user sick days for a specific year with daily breakdown and total calculations

Input Schema

NameRequiredDescriptionDefault
yearYesYear to retrieve sick days for (e.g., 2024)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "year": { "description": "Year to retrieve sick days for (e.g., 2024)", "type": "integer" } }, "required": [ "year" ], "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/niondigital/moco-mcp'

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