Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOGGL_BASE_URLNoAPI base URL (default: https://api.track.toggl.com/api/v9)
TOGGL_API_TOKENYesYour Toggl Track API token
TOGGL_DEFAULT_WORKSPACE_IDNoDefault workspace ID for convenience

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
toggl_list_time_entriesC

List time entries with optional date filtering. Supports querying entries by date range.

toggl_get_current_time_entryA

Get the currently running time entry, if any.

toggl_create_time_entryA

Create a new time entry. Supports past dates - you can create time slots for any date in the past with an assigned project.

toggl_update_time_entryB

Update an existing time entry. You can modify the description, project assignment, start/stop times, etc.

toggl_delete_time_entryB

Delete a time entry permanently.

toggl_stop_time_entryB

Stop a running time entry.

toggl_list_projectsB

List all projects in a workspace.

toggl_get_projectC

Get a single project by ID.

toggl_create_projectC

Create a new project in a workspace.

toggl_list_workspacesA

List all workspaces accessible to the user.

toggl_get_workspaceB

Get a single workspace by ID.

toggl_get_meA

Get the authenticated user profile, including default workspace ID.

toggl_list_clients

List all clients in a workspace.

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/Kos-M/tempus-mcp'

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