Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOGGL_API_KEYYesYour Toggl API key (get from https://track.toggl.com/profile)
TOGGL_CACHE_TTLNoCache TTL in milliseconds (default: 1 hour)3600000
TOGGL_CACHE_SIZENoMaximum number of cached entities (default: 1000)1000
TOGGL_DEFAULT_WORKSPACE_IDNoYour default workspace ID

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
toggl_check_authB

Verify Toggl API connectivity and authentication is valid

toggl_get_time_entriesB

Get time entries with optional date range filters. Returns hydrated entries with project/workspace names.

toggl_get_current_entryB

Get the currently running time entry, if any

toggl_start_timerC

Start a new time entry timer

toggl_stop_timerB

Stop the currently running timer

toggl_daily_reportB

Generate a daily report with hours by project and workspace

toggl_weekly_reportC

Generate a weekly report with daily breakdown and project summaries

toggl_project_summaryC

Get total hours per project for a date range

toggl_workspace_summaryB

Get total hours per workspace for a date range

toggl_list_workspacesB

List all available workspaces

toggl_list_projectsC

List projects for a workspace

toggl_list_clientsC

List clients for a workspace

toggl_warm_cacheC

Pre-fetch and cache workspace, project, and client data for better performance

toggl_cache_statsB

Get cache statistics and performance metrics

toggl_clear_cacheB

Clear all cached data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/verygoodplugins/mcp-toggl'

If you have feedback or need assistance with the MCP directory API, please join our Discord server