Timix.AI
T
Timix.AI
/get_my_time_entries

get my time entries

Get the current user's time entry analytics for a date range, including hours breakdown by project and customer, billable vs non-billable split, and target comp

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_my_time_entries for me.

Input

FieldTypeDescription
start_date*stringStart date for the analytics period (ISO 8601 format, e.g. 2026-01-01)
end_date*stringEnd date for the analytics period (ISO 8601 format, e.g. 2026-01-31)

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_my_time_entries","input":{"start_date":"...","end_date":"..."}}'
cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /get_my_time_entries -i '{"start_date":"...","end_date":"..."}'
mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/get_my_time_entries", input: {"start_date":"...","end_date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.