Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOGGL_API_KEY | Yes | Your Toggl API key. Get it from https://track.toggl.com/profile by scrolling down to 'API Token' and clicking 'Click to reveal' |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| toggl_start | Start a new time tracking entry |
| toggl_stop | Stop the currently running timer |
| toggl_current | Get the currently running time entry |
| toggl_today | Get today's time entries with total duration |
| toggl_projects | List all projects in the workspace |
| toggl_delete | Delete a time entry by ID |
| toggl_weekly | Get weekly time tracking summary with total hours, daily/project breakdowns |
| toggl_last_week | Get last week's time tracking summary |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |