list_trackers
Display available productivity trackers with their context types and current status to help organize tasks and ideas efficiently.
Instructions
List available trackers with their context types and status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Filter by context type (business, personal, project, system) |
Input Schema (JSON Schema)
{
"properties": {
"context": {
"description": "Filter by context type (business, personal, project, system)",
"type": "string"
}
},
"type": "object"
}