toggl_list_clients
Retrieve all clients associated with a Toggl workspace to organize and manage client-based time tracking and project categorization.
Instructions
List clients for a workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace_id | No | Workspace ID (uses default if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"workspace_id": {
"description": "Workspace ID (uses default if not provided)",
"type": "number"
}
},
"type": "object"
}