cos_timeline
Retrieve recent task outcomes and observations as a timeline, filterable by domain and lookback window. Review what happened and what was observed.
Instructions
Get recent task outcomes and observations timeline.
Args: days: Lookback window (1-365, default 30). domain: Filter by domain (e.g. "BACKEND"). Optional. limit: Max entries (1-50, default 20).
Returns: str: JSON with timeline entries [{id, title, date, outcome, type}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| domain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |