Readwise
Capture, export, update, and monitor Readwise highlights and Reader documents.
Tools
| Name | Description |
|---|---|
list_highlightsList Readwise highlights with optional book, page, and update filters. | List Readwise highlights with optional book, page, and update filters. |
export_highlightsExport all Readwise books and highlights, optionally changed after a timestamp. | Export all Readwise books and highlights, optionally changed after a timestamp. |
create_highlightsCreate one or more Readwise highlights. | Create one or more Readwise highlights. |
update_highlightUpdate highlight text, note, tags, or location fields. | Update highlight text, note, tags, or location fields. |
delete_highlightDelete a Readwise highlight. | Delete a Readwise highlight. |
list_reader_documentsList Readwise Reader documents with location and updated-after filters. | List Readwise Reader documents with location and updated-after filters. |
create_reader_documentSave a URL into Readwise Reader. | Save a URL into Readwise Reader. |
update_reader_documentUpdate a Readwise Reader document. | Update a Readwise Reader document. |
delete_reader_documentDelete a Readwise Reader document. | Delete a Readwise Reader document. |
Triggers
| Name | Description |
|---|---|
new_reader_documentTriggers when Readwise Reader returns documents updated since the last poll. | Triggers when Readwise Reader returns documents updated since the last poll. |
Quick Start
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.