Weekly Review
Aggregates email activity, fleet health trends, and security posture data into a structured weekly review document. Schedule for Friday afternoons or Monday mornings to track progress, identify patterns, and plan the week ahead.
Steps
Search for important emails from the past week
email_search via gripos-mail
Get fleet health summary
fleet_health_report via gripos-mcp
Get security posture grade
sentinel_posture_overview via gripos-sentinel-mcp
Recipe JSON
{"schedule":"0 16 * * 5","steps":[{"tool":"email_search","args":{"query":"is:important newer_than:7d"},"output_as":"weekly_emails"},{"tool":"fleet_health_report","output_as":"fleet_health"},{"tool":"sentinel_posture_overview","output_as":"security_posture"}],"output":"weekly_review_document"}Prerequisites
- Grip Mail connected
- Fleet configured
- Sentinel running
Similar Recipes
Morning Briefing
Compiles email highlights and fleet status into a single morning overview.
EOD Status Update
Generates an end-of-day status report combining fleet health and alert summaries.
Security Posture Review
Generates a comprehensive security posture report including policy status, active alerts, and compliance score.