ticktick_get_tag_usage_stats
Retrieve detailed usage statistics for a specific tag in TickTick, enabling users to analyze and optimize task organization and productivity within the platform.
Instructions
Get usage statistics for a specific tag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ID of the tag |
Input Schema (JSON Schema)
{
"properties": {
"tag_id": {
"description": "ID of the tag",
"type": "string"
}
},
"required": [
"tag_id"
],
"type": "object"
}