Timeline Feed
timeline_feedRetrieve timeline memories with filters by date, type, keyword, platform, or participant. Supports activity reviews and date-bounded recall.
Instructions
timeline_feed
Read global timeline memories.
When to use: recent activity reviews, date-bounded recall, and source-filtered timeline scans.
When NOT to use: page-specific context; use get_page_context.
Returns: timeline entries with slug, title, type, summary, time, snippet, and provenance.
On error: fix invalid date filters and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive upper time bound as an ISO date or datetime. | |
| from | No | Inclusive lower time bound as an ISO date or datetime. | |
| type | No | Limit results to page types such as `decision`, `task`, or `person`. | |
| limit | No | Maximum number of results. Search tools default to 20 and clamp to 50. | |
| query | No | Optional keyword filter for timeline summary/detail/title. | |
| channel | No | Limit results to a stable source channel id, for example `dm/wechat/wxid_123`. | |
| platform | No | Limit results to one or more source platforms, for example `wechat` or `feishu`. | |
| participant | No | Limit results to memories involving this exact participant display name. | |
| source_type | No | Limit results to one or more source types, for example `dm`, `group`, or `document`. | |
| channel_name | No | Limit results to a human-readable channel name, for example `产品评审群`. | |
| exclude_types | No | Exclude these page types from results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Timeline feed entries. |