ticktick_get_shared_projects
Retrieve a list of shared TickTick projects, including those you own or have been shared with you, using customizable filters for precise project management.
Instructions
List shared projects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_owned | No | Include projects you own | |
include_received | No | Include projects shared with you |
Input Schema (JSON Schema)
{
"properties": {
"include_owned": {
"default": true,
"description": "Include projects you own",
"type": "boolean"
},
"include_received": {
"default": true,
"description": "Include projects shared with you",
"type": "boolean"
}
},
"type": "object"
}