Skip to main content
Glama

WeRead MCP Server

by freestylefly

search_books

Search for books in your WeRead bookshelf using keywords to find titles, authors, or categories. Returns matching books with details like reading progress and optional exact or fuzzy matching.

Instructions

Search for books in the user's bookshelf by keywords and return matching books with details and reading progress

Input Schema

NameRequiredDescriptionDefault
exact_matchNoWhether to use exact matching, default is fuzzy matching
include_detailsNoWhether to include detailed information
keywordYesSearch keyword to match book title, author, translator or category
max_resultsNoMaximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "exact_match": { "default": false, "description": "Whether to use exact matching, default is fuzzy matching", "type": "boolean" }, "include_details": { "default": true, "description": "Whether to include detailed information", "type": "boolean" }, "keyword": { "description": "Search keyword to match book title, author, translator or category", "type": "string" }, "max_results": { "default": 5, "description": "Maximum number of results to return", "type": "integer" } }, "required": [ "keyword" ], "type": "object" }
Install Server

Other Tools from WeRead MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/freestylefly/mcp-server-weread'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server