T
Timix.AI
/log_time
log time
Create a single time entry on a subtask for the current user. Requires permission to log time.
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 /log_time for me.
Input
| Field | Type | Description |
|---|---|---|
| subtask_id* | string | Id of the subtask to log time against. All time entries are recorded at the subtask level. |
| date* | string | Date of the work (ISO 8601 format, e.g. 2026-01-15). |
| hours* | number | Number of hours worked (greater than 0 and at most 24). |
| start_time | string | Optional start time of day in 24-hour HH:mm (e.g. "12:00"). Set this when the user gives a |
| text | string | Optional description of the work performed. |
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":"/log_time","input":{"subtask_id":"...","date":"...","hours":1}}'cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /log_time -i '{"subtask_id":"...","date":"...","hours":1}'mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/log_time", input: {"subtask_id":"...","date":"...","hours":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.