WeRead MCP Server

by freestylefly

search_books

Find books in your WeRead bookshelf by title, author, or category using keywords. Retrieve matching books with details and reading progress, customizable by exact match and result limits.

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" }

You must be authenticated.

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