T
Timix.AI
/list_my_time_entries
list my time entries
List the current user's own individual time entries for a date range, with project name, task/subtask ids, hours, description, billable flag and status. Use thi
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 /list_my_time_entries for me.
Input
| Field | Type | Description |
|---|---|---|
| start_date* | string | Start date of the range (ISO 8601 format, e.g. 2026-01-01) |
| end_date* | string | End date of the range (ISO 8601 format, e.g. 2026-01-31) |
| limit | integer | Optional maximum number of entries to return (1-200, default 200). Entries are returned mo |
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":"/list_my_time_entries","input":{"start_date":"...","end_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /list_my_time_entries -i '{"start_date":"...","end_date":"..."}'mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/list_my_time_entries", input: {"start_date":"...","end_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.