T
Timix.AI
/get_hours_summary
get hours summary
Get a summary of hours logged for a user or team over a date range
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_hours_summary for me.
Input
| Field | Type | Description |
|---|---|---|
| start_date* | string | Start date for the summary period (ISO 8601 format, e.g. 2026-01-01) |
| end_date* | string | End date for the summary period (ISO 8601 format, e.g. 2026-01-31) |
| scope | string | Scope of the summary: 'user' for individual user hours, 'team' for organization-wide overv |
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_hours_summary","input":{"start_date":"...","end_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /get_hours_summary -i '{"start_date":"...","end_date":"..."}'mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/get_hours_summary", input: {"start_date":"...","end_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.