Skip to main content
Glama

MCP Toggl Server

toggl_workspace_summary

Calculate total hours per workspace for specified date ranges to track time allocation and productivity across projects.

Instructions

Get total hours per workspace for a date range

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date (YYYY-MM-DD format)
periodNoPredefined period
start_dateNoStart date (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date (YYYY-MM-DD format)", "type": "string" }, "period": { "description": "Predefined period", "enum": [ "week", "lastWeek", "month", "lastMonth" ], "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD format)", "type": "string" } }, "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