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 New Collection
raindrop:create_collection
Creates an additional collection. See the docs here
Write
Medium risk
Delete Bookmark
raindrop:delete_bookmark
Delete a bookmark. See the docs here
Write
High risk
Delete Collection
raindrop:delete_collection
Delete a collection. See the docs here
Write
High risk
Get Bookmark
raindrop:get_bookmark
Retrieve bookmark detailed information by given ID. See the docs here
Read
Low risk
Get Collection
raindrop:get_collection
Get collection. See the docs here
Read
Low risk
Retrieve All Collections
raindrop:list_collections
Retrieves all collections. See the docs here
Read
Low risk
Parse HTML Bookmark File
raindrop:parse_bookmark_file
Convert an HTML bookmark file to JSON. Supports Nestcape, Pocket and Instapaper file formats
Read
Low risk
Retrieve Bookmarks from Collection
raindrop:retrieve_bookmarks
Retrieves all bookmarks from the specified collection. See docs
Read
Low risk
Save to Raindrop Collection
raindrop:save
Receive a link and save it into a specified collection. See docs
Write
Medium risk
Update Bookmark
raindrop:update_bookmark
Update an existing bookmark. See the docs here
Write
Medium risk
Update Collection
raindrop:update_collection
Update an existing collection. See the docs here
Write
Medium risk