Cohort report across posts
cohort.reportAnalyze a cohort of URLs to produce a ranked table of verdicts sorted by priority and confidence, enabling rapid refresh decisions.
Instructions
Run the verdict engine across a cohort (filtered by tag and/or min-age) and return a ranked table sorted by verdict priority then confidence.
Practical use: 'which three posts should I refresh this week?' - the top three rows with verdict=refresh and highest confidence are the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Explicit list of post URLs to include. Overrides sitemap discovery. | |
| sitemap_url | No | Sitemap URL to enumerate the cohort. Falls back to POSTS_SITEMAP_URL env var. | |
| window | No | ||
| min_age_days | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes |