Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLOCKIFY_API_KEY | Yes | Your Clockify API key obtained from your Clockify account profile |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
listProjects | List all projects for the authenticated user. |
getTimeEntries | List time entries for the authenticated user. Optional: start, end (ISO8601). |
addTimeEntry | Add a time entry to a project. |
listUsers | List all users in the workspace. |
getUserTimeEntries | List time entries for a specified user. Optional: start, end (ISO8601). |
getSummaryReport | Get a summary report of hours by user/project for a date range. Optional: userIds, projectIds. |
getUserTimeEntriesByName | List time entries for a user by name (case-insensitive, partial match allowed). Optional: start, end (ISO8601). |