Skip to main content
Glama

MCP Toggl Server

toggl_get_time_entries

Retrieve time entries from Toggl Track with date range, workspace, or project filters to track and analyze logged work hours.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date (YYYY-MM-DD format)
periodNoPredefined period to fetch entries for
project_idNoFilter by project ID
start_dateNoStart date (YYYY-MM-DD format)
workspace_idNoFilter by workspace ID

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date (YYYY-MM-DD format)", "type": "string" }, "period": { "description": "Predefined period to fetch entries for", "enum": [ "today", "yesterday", "week", "lastWeek", "month", "lastMonth" ], "type": "string" }, "project_id": { "description": "Filter by project ID", "type": "number" }, "start_date": { "description": "Start date (YYYY-MM-DD format)", "type": "string" }, "workspace_id": { "description": "Filter by workspace ID", "type": "number" } }, "type": "object" }

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