Skip to main content
Glama

MCP Toggl Server

toggl_project_summary

Retrieve total hours spent per project within specified date ranges to analyze time allocation and project progress.

Instructions

Get total hours per project for a date range

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date (YYYY-MM-DD format)
periodNoPredefined period
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", "enum": [ "week", "lastWeek", "month", "lastMonth" ], "type": "string" }, "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