List Clockify tasks
clockify_list_tasksRetrieve all tasks for a Clockify project, using GitHub labels to map coding work directly to trackable tasks.
Instructions
Lists tasks for a project (often mapped 1:1 to GitHub labels). Pass config_root as that repo's git toplevel when this MCP is user-scoped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Clockify project ID. | |
| config_root | No | Absolute git toplevel of the repo that contains .clockify/config.yml. Resolve once per session with `git rev-parse --show-toplevel` from the working directory (open tabs are not required); reuse that string on later calls unless the repo or focused root changed. Do not pass a multi-root .code-workspace folder. | |
| workspace_id | No | Workspace ID override. |