Skip to main content
Glama

MCP Toggl Server

toggl_weekly_report

Generate weekly time tracking reports with daily breakdowns and project summaries using Toggl data. Specify week offset and output format for automation workflows.

Instructions

Generate a weekly report with daily breakdown and project summaries

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
week_offsetNoWeek offset from current week (0 = this week, -1 = last week)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "text" ], "type": "string" }, "week_offset": { "description": "Week offset from current week (0 = this week, -1 = last week)", "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