get_projects
Retrieve all projects from Things, with an option to include tasks within projects, enabling streamlined project analysis and management.
Instructions
Get all projects from Things
Args: include_items: Include tasks within projects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_items | No |
Input Schema (JSON Schema)
{
"properties": {
"include_items": {
"default": false,
"title": "Include Items",
"type": "boolean"
}
},
"type": "object"
}