get_headings
Extract headings from projects in Things app using a specified project UUID. Simplify task organization and project analysis by retrieving structured data for better workflow management.
Instructions
Get headings from Things
Args: project_uuid: Optional UUID of a specific project to get headings from
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_uuid | No |
Input Schema (JSON Schema)
{
"properties": {
"project_uuid": {
"default": null,
"title": "Project Uuid",
"type": "string"
}
},
"type": "object"
}