Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Saved Search
feedbin:create_saved_search
Create a new saved search for filtering feed entries.
Write
Medium risk
Create Subscription
feedbin:create_subscription
Subscribe to a new RSS/Atom feed by URL.
Write
Medium risk
Create Tagging
feedbin:create_tagging
Create a new tag for a specific feed.
Write
Medium risk
Delete Saved Search
feedbin:delete_saved_search
Delete a saved search by ID.
Write
High risk
Delete Subscription
feedbin:delete_subscription
Unsubscribe from a feed by deleting the subscription.
Write
High risk
Delete Tagging
feedbin:delete_tagging
Delete a tag from a feed by removing the tagging.
Write
High risk
Get Entry
feedbin:get_entry
Fetch a specific feed entry by ID with full content.
Read
Low risk
Get Subscription
feedbin:get_subscription
Fetch details for a specific subscription by ID.
Read
Low risk
List Entries
feedbin:list_entries
List feed entries with optional filtering by subscription, date, and pagination.
Read
Low risk
List Saved Searches
feedbin:list_saved_searches
List all saved searches for filtering feed entries.
Read
Low risk
List Starred Entries
feedbin:list_starred_entries
Get list of starred entry IDs. Use with feedbin_get_entry to fetch full content.
Read
Low risk
List Subscriptions
feedbin:list_subscriptions
List all RSS/Atom feed subscriptions in the user's account.
Read
Low risk
List Taggings
feedbin:list_taggings
List all entry taggings (tags applied to feed entries).
Read
Low risk
List Unread Entries
feedbin:list_unread_entries
Get list of unread entry IDs. Use with feedbin_get_entry to fetch full content.
Read
Low risk
Mark Entries Read
feedbin:mark_entries_read
Mark specific entries as read by removing them from unread list.
Write
High risk
Mark Entries Unread
feedbin:mark_entries_unread
Mark specific entries as unread by adding them to unread list.
Write
Medium risk
Star Entries
feedbin:star_entries
Star specific entries by adding them to starred list.
Write
Medium risk
Unstar Entries
feedbin:unstar_entries
Unstar specific entries by removing them from starred list.
Write
High risk