get_tasks_by_context
Retrieve tasks filtered by specific context record to streamline task management within the ADD (Assess-Decide-Do) framework, aiding in prioritization and organization.
Instructions
Filter by context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contextRecordName | Yes | Record name of the context to filter by |
Input Schema (JSON Schema)
{
"properties": {
"contextRecordName": {
"description": "Record name of the context to filter by",
"type": "string"
}
},
"required": [
"contextRecordName"
],
"type": "object"
}