get_areas
Retrieve all areas from the Things app, optionally including projects and tasks, to organize and analyze your workspace efficiently.
Instructions
Get all areas from Things
Args: include_items: Include projects and tasks within areas
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"
}