Skip to main content
Glama

MCP Toggl Server

toggl_start_timer

Start a new Toggl timer to track time for specific tasks with optional project, tags, and workspace details for accurate time management.

Instructions

Start a new time entry timer

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the time entry
project_idNoProject ID (optional)
tagsNoTags for the entry
task_idNoTask ID (optional)
workspace_idNoWorkspace ID (uses default if not provided)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the time entry", "type": "string" }, "project_id": { "description": "Project ID (optional)", "type": "number" }, "tags": { "description": "Tags for the entry", "items": { "type": "string" }, "type": "array" }, "task_id": { "description": "Task ID (optional)", "type": "number" }, "workspace_id": { "description": "Workspace ID (uses default if not provided)", "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