toggl_warm_cache
Pre-fetches and caches workspace, project, and client data to improve performance for time tracking operations.
Instructions
Pre-fetch and cache workspace, project, and client data for better performance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace_id | No | Specific workspace to warm cache for |
Input Schema (JSON Schema)
{
"properties": {
"workspace_id": {
"description": "Specific workspace to warm cache for",
"type": "number"
}
},
"type": "object"
}