get_area_report
Check an area's health criteria against daily note data to see which standards are met, missed, or tracking for a chosen week or month.
Instructions
Get area health report: criteria vs actuals for a period.
Checks the area's health_criteria against daily note metadata and returns how each standard is tracking.
Args: area: Area name or ID (e.g. 'health', 'HEA'). period: 'week', 'month', or specific like '2026-W11', '2026-03'.
Returns: JSON with area name, period, and criteria results (label, field, actual, target, met).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | ||
| period | No | week |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |