Skip to main content
Glama

MCP Toggl Server

toggl_daily_report

Generate daily time tracking reports by project and workspace with hours breakdown in JSON or text format for productivity analysis.

Instructions

Generate a daily report with hours by project and workspace

Input Schema

NameRequiredDescriptionDefault
dateNoDate for report (YYYY-MM-DD format, defaults to today)
formatNoOutput format (default: json)

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date for report (YYYY-MM-DD format, defaults to today)", "type": "string" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "text" ], "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