feed_subscribe
Subscribe to an RSS or Atom feed to automatically store new items in project-scoped memory with customizable polling frequency and tags.
Instructions
Subscribe to an RSS or Atom feed. New items are written to memory automatically.
Each item is written with confidence=0.5 and tagged 'feed-item' + 'unprocessed'. The archivist will synthesize and clean up over time. Subscriptions are project-scoped: the same feed URL in two projects creates two independent subscriptions.
Args: url: RSS or Atom feed URL. name: Human-readable name shown in each memory entry (e.g. "Claude Code releases"). project: Project to write feed memories into. Required. tags: Additional tags applied to every memory entry from this feed. interval_min: How often to poll in minutes (default 30, max 1440). max_per_poll: Max new items to ingest per poll cycle (default 20, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | RSS or Atom feed URL. | |
| name | Yes | Human-readable name shown in each memory entry (e.g. "Claude Code releases"). | |
| project | Yes | Project to write feed memories into. Required. | |
| tags | No | Additional tags applied to every memory entry from this feed. | |
| interval_min | No | How often to poll in minutes (default 30, max 1440). | |
| max_per_poll | No | Max new items to ingest per poll cycle (default 20, max 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |