Skip to main content
Glama
saaqibz

toggl-mcp

by saaqibz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nowA

Get a list of existing tags being used in Toggl. Cached daily.

get_tagsA

Get a list of existing tags being used in Toggl. Cached daily.

get_entry_descriptionsA

Get a list of existing time entry descriptions being used in Toggl. Cached daily.

create_time_entryA
Logs a new time entry into Toggl.
LLM Notes:
- Always use the get_tags tool first to find a matching existing tag before calling this tool.
- Always check with get_entry_descriptions tool to see if there's a very similar description that exists and use that as the description.

@param start_time the start datetime in ET (New York) e.g., "2026-03-07T07:30:00"
@param end_time the end datetime in ET (New York) e.g., "2026-03-07T07:30:00"
@param description the activity performed e.g., "Walked dog"
@param tag the tag associated with the entry e.g., "chore"
@returns a time entry object. Make sure to review it for what was actually added.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
now_resourceGet the current datetime in America/New_York
get_tags_resourceGet a list of existing tags being used in Toggl. Cached daily.
get_entry_descriptions_resourceGet a list of existing time entry descriptions being used in Toggl. Cached daily.

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/saaqibz/toggl-mcp'

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