data-processor
Process and manage task-related messages for Dida365 (TickTick) via its API, enabling efficient task and project handling with user authorization.
Instructions
DataProcessor tool description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Message to process |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Message to process",
"type": "string"
}
},
"type": "object"
}