T
Timix.AI
/get_employee_timesheet
get employee timesheet
Get an employee's timesheet report showing target hours, actual hours logged, and variance. Can look up by employee name or default to the requesting user.
liveunknown~5s typical
mcptimix.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-timix-time-tracking /get_employee_timesheet for me.
Input
| Field | Type | Description |
|---|---|---|
| employee_name | string | Name of the employee to look up. Leave empty or say 'me' for your own timesheet. |
| start_date* | string | Start date in YYYY-MM-DD format |
| end_date* | string | End date in YYYY-MM-DD format |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-timix-time-tracking","endpoint":"/get_employee_timesheet","input":{"start_date":"...","end_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /get_employee_timesheet -i '{"start_date":"...","end_date":"..."}'mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/get_employee_timesheet", input: {"start_date":"...","end_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.