WeRead MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_bookshelfA | Get all books in the user's bookshelf with comprehensive statistics and categorization information |
| search_booksB | Search for books in the user's bookshelf by keywords and return matching books with details and reading progress |
| get_book_notes_and_highlightsB | Get all highlights and notes for a specific book, organized by chapter |
| get_book_best_reviewsB | Get popular reviews for a specific book |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_book_best_reviews retrieves reviews, get_book_notes_and_highlights fetches user annotations, get_bookshelf lists all books with stats, and search_books finds books by keyword. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern with snake_case: get_book_best_reviews, get_book_notes_and_highlights, get_bookshelf, and search_books. The naming is predictable and readable, with no deviations in style or convention.
With 4 tools, the count is reasonable for a WeRead server focused on book management and reading insights. It covers core operations without being overwhelming, though it might benefit from additional tools for actions like updating notes or managing bookshelves to be fully comprehensive.
The tool set provides good coverage for reading and book management, including retrieval of reviews, notes, bookshelf data, and search. Minor gaps exist, such as the inability to create or update notes/highlights or manage bookshelf entries, but agents can still perform key workflows with the available tools.