Skip to main content
Glama

MoCo MCP Server

by niondigital

get_user_presences

Retrieve user presence data aggregated daily and totaled within a specified date range in ISO 8601 format for MoCo MCP Server time tracking and project management systems.

Instructions

Get user presences within a date range with daily aggregation and total calculations

Input Schema

NameRequiredDescriptionDefault
endDateYesEnd date in ISO 8601 format (YYYY-MM-DD)
startDateYesStart date in ISO 8601 format (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "End date in ISO 8601 format (YYYY-MM-DD)", "type": "string" }, "startDate": { "description": "Start date in ISO 8601 format (YYYY-MM-DD)", "type": "string" } }, "required": [ "startDate", "endDate" ], "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