Weavz
Raindrop.io

Raindrop.io

Manage bookmarks, collections, tags, exports, and saved-content polling in Raindrop.io.

11 tools
1 trigger

Tools

Name
list_raindrops

Search and list bookmarks in a Raindrop.io collection.

get_raindrop

Get one bookmark by ID.

create_raindrop

Create a bookmark.

update_raindrop

Update bookmark fields, tags, or collection.

delete_raindrop

Delete a bookmark.

list_collections

List root and child collections.

create_collection

Create a Raindrop.io collection.

update_collection

Update a collection title, parent, or view settings.

delete_collection

Delete a collection.

list_tags

List tags for a collection.

export_raindrops

Create an export request for bookmarks.

Triggers

Name
new_raindrop

Triggers when new bookmarks appear in a collection.

Quick Start

TypeScript
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.