Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ACCESS_TOKEN | Yes | Your Readwise Reader API 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 |
---|---|
list_documents | Get the document list via the Reader API.
Args:
location: The folder where the document is located, supports 'new', 'later', 'shortlist', 'archive', 'feed' (optional)
updatedAfter: Filter by update time (optional, ISO8601)
withContent: Whether to include HTML content (optional, default false)
pageCursor: Pagination cursor (optional)
Returns:
Document list JSON |