Skip to main content
Glama

Simplicate MCP Server

by daanno

create_hours

Log work hours in Simplicate by entering employee time, project details, and start date to track billable activities and maintain accurate timesheet records.

Instructions

Create a new hours entry

Input Schema

NameRequiredDescriptionDefault
employee_idNo
hoursYes
noteNo
project_idNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "employee_id": { "type": "string" }, "hours": { "type": "number" }, "note": { "type": "string" }, "project_id": { "type": "string" }, "start_date": { "type": "string" } }, "required": [ "hours", "start_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