Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
READWISE_TOKEN | Yes | Your Readwise access token from https://readwise.io/access_token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
readwise_save_document | Save a document (URL or HTML content) to Readwise Reader |
readwise_list_documents | List documents from Readwise Reader with optional filtering |
readwise_update_document | Update a document in Readwise Reader |
readwise_delete_document | Delete a document from Readwise Reader |
readwise_list_tags | List all tags from Readwise Reader |
readwise_topic_search | Search documents in Readwise Reader by topic using regex matching on title, summary, notes, and tags |