reader_add_tags_to_document
ChatGPTAdd tags to a Reader document
reader_add_tags_to_highlight
ChatGPTAdd tags to a Reader document highlight
reader_bulk_edit_document_metadata
ChatGPTEdit metadata fields for one or more Reader documents in a single call. Max 50 documents per call. Bulk update calls are rate-limited to 20 per minute (shared with reader_move_documents) — batch documents into fewer calls instead of calling once per document. Check the result success flags to confirm all documents have been edited successfully.
reader_create_document
ChatGPTSave a new document to Reader
reader_create_highlight
ChatGPTCreate a new highlight on a document by specifying the exact text to highlight
reader_export_documents
ChatGPTExport all Reader documents as a ZIP file containing Markdown files with YAML frontmatter. This tool triggers the export and returns immediately with an export_id. Use reader_get_export_documents_status to poll for completion and get the download URL. The response includes last_updated which can be saved and passed as since_updated in a future export to only include documents updated since this export.
reader_get_document_details
ChatGPTGet Reader document details, including Markdown content
reader_get_document_highlights
ChatGPTGet highlights for a Reader document
reader_get_export_documents_status
ChatGPTCheck the status of a previously triggered Reader document export. Returns status ('processing' or 'completed'), progress counts, and a download_url when the export is complete.
reader_list_documents
ChatGPTList Reader documents. Documents are returned from the most recently added to the least recently added. This tool can be used to find N newest documents. Tip: unseen documents have first_opened_at=null, seen documents have a non-null first_opened_at. You can mark documents as seen with reader_bulk_edit_document_metadata(documents=[{document_id: ..., seen: true}]).
reader_list_tags
ChatGPTList Reader tags
reader_move_documents
ChatGPTMove one or more Reader documents to a different location (e.g. archive, later, shortlist). Max 50 documents per call. Bulk update calls are rate-limited to 20 per minute (shared with reader_bulk_edit_document_metadata) — batch document IDs into fewer calls instead of calling once per document. Check the result success flags to confirm all documents have been moved successfully.
reader_remove_tags_from_document
ChatGPTRemove tags from a Reader document
reader_remove_tags_from_highlight
ChatGPTRemove tags from a Reader document highlight
reader_search_documents
ChatGPTSearch Reader documents using hybrid search
reader_set_highlight_notes
ChatGPTSet notes for a Reader document highlight
readwise_create_highlights
ChatGPTCreate one or more highlights in Readwise. When creating a Reader document highlight, use reader_create_highlight instead. Each highlight can be from the same or multiple books/articles. If you don't include a title, we'll put the highlight in a generic 'Quotes' book. If you don't include an author we'll keep it blank or just use the URL domain (if a source_url was provided). We de-dupe highlights by title/author/text/source_url. We'll put the created highlights in a book, based on the title/author/source_url combination.
readwise_delete_highlight
ChatGPTDelete a Readwise highlight
readwise_get_daily_review
ChatGPTGet the user's daily review of highlights. Returns today's review with all highlights selected for review by the spaced repetition algorithm. Includes the review URL where the user can complete the review interactively.
readwise_list_highlights
ChatGPTList Readwise highlights with optional filters. Highlights are returned from the most recently added to the least recently added. This tool can be used to find N newest highlights. Use response_fields to control which fields are returned — omit it for the default set (all base highlight fields, no book detail), or pass a subset (and optionally any book_* field) to minimize the response and include parent-book metadata.
readwise_search_highlights
ChatGPTSearch Readwise highlights
readwise_update_highlight
ChatGPTUpdate a Readwise highlight. Supports adding and removing tags in a single call.
reader_add_tags_to_document
Claudereader_add_tags_to_highlight
Claudereader_bulk_edit_document_metadata
Claudereader_create_document
Claudereader_create_highlight
Claudereader_export_documents
Claudereader_get_document_details
Claudereader_get_document_highlights
Claudereader_get_export_documents_status
Claudereader_list_documents
Claudereader_list_tags
Claudereader_move_documents
Claudereader_remove_tags_from_document
Claudereader_remove_tags_from_highlight
Claudereader_search_documents
Claudereader_set_highlight_notes
Claudereadwise_create_highlights
Claudereadwise_delete_highlight
Claudereadwise_get_daily_review
Claudereadwise_list_highlights
Claudereadwise_search_highlights
Claudereadwise_update_highlight
Claude