example_tool
Process messages efficiently to facilitate task and project management via the Dida365 (TickTick) API, enabling streamlined interactions for AI assistants post-user authorization.
Instructions
An example tool that processes messages
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"
}