Weavz
Readwise

Readwise

Capture, export, update, and monitor Readwise highlights and Reader documents.

9 tools
1 trigger

Tools

Name
list_highlights

List Readwise highlights with optional book, page, and update filters.

export_highlights

Export all Readwise books and highlights, optionally changed after a timestamp.

create_highlights

Create one or more Readwise highlights.

update_highlight

Update highlight text, note, tags, or location fields.

delete_highlight

Delete a Readwise highlight.

list_reader_documents

List Readwise Reader documents with location and updated-after filters.

create_reader_document

Save a URL into Readwise Reader.

update_reader_document

Update a Readwise Reader document.

delete_reader_document

Delete a Readwise Reader document.

Triggers

Name
new_reader_document

Triggers when Readwise Reader returns documents updated since the last poll.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('readwise', 'list_highlights', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'readwise',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Readwise 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 Readwise support?

Readwise supports 9 tools including List Highlights, Export Highlights, Create Highlights, Update Highlight, Delete Highlight, and more.

Can I use Readwise with AI agents?

Yes. Add Readwise 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 Readwise be used in stateful agent workflows?

Yes. Agents can combine Readwise 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 Readwise use?

Readwise uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Readwise integration cost?

The Readwise integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Readwise support?

Readwise supports 1 triggers including New Reader Document.

Connect Readwise in minutes

Get 20,000 free action executions every month. No credit card required.