Raindrop.io
Manage bookmarks, collections, tags, exports, and saved-content polling in Raindrop.io.
Tools
| Name | Description |
|---|---|
list_raindropsSearch and list bookmarks in a Raindrop.io collection. | Search and list bookmarks in a Raindrop.io collection. |
get_raindropGet one bookmark by ID. | Get one bookmark by ID. |
create_raindropCreate a bookmark. | Create a bookmark. |
update_raindropUpdate bookmark fields, tags, or collection. | Update bookmark fields, tags, or collection. |
delete_raindropDelete a bookmark. | Delete a bookmark. |
list_collectionsList root and child collections. | List root and child collections. |
create_collectionCreate a Raindrop.io collection. | Create a Raindrop.io collection. |
update_collectionUpdate a collection title, parent, or view settings. | Update a collection title, parent, or view settings. |
delete_collectionDelete a collection. | Delete a collection. |
list_tagsList tags for a collection. | List tags for a collection. |
export_raindropsCreate an export request for bookmarks. | Create an export request for bookmarks. |
Triggers
| Name | Description |
|---|---|
new_raindropTriggers when new bookmarks appear in a collection. | Triggers when new bookmarks appear in a collection. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('raindrop-io', 'list_raindrops', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'raindrop-io',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Raindrop.io to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Raindrop.io support?
Raindrop.io supports 11 tools including List Raindrops, Get Raindrop, Create Raindrop, Update Raindrop, Delete Raindrop, and more.
Can I use Raindrop.io with AI agents?
Yes. Add Raindrop.io to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Raindrop.io be used in stateful agent workflows?
Yes. Agents can combine Raindrop.io tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Raindrop.io use?
Raindrop.io uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Raindrop.io integration cost?
The Raindrop.io integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Raindrop.io support?
Raindrop.io supports 1 triggers including New Raindrop.
Connect Raindrop.io in minutes
Get 20,000 free action executions every month. No credit card required.