WeRead MCP Server

by freestylefly

get_book_best_reviews

Retrieve top reviews for a specific book by providing its ID, enabling users to explore popular opinions and insights easily within the WeRead MCP Server.

Instructions

Get popular reviews for a specific book

Input Schema

NameRequiredDescriptionDefault
book_idYesBook ID
countNoNumber of reviews to return
max_idxNoPagination index
synckeyNoSync key for pagination

Input Schema (JSON Schema)

{ "properties": { "book_id": { "description": "Book ID", "type": "string" }, "count": { "default": 10, "description": "Number of reviews to return", "type": "integer" }, "max_idx": { "default": 0, "description": "Pagination index", "type": "integer" }, "synckey": { "default": 0, "description": "Sync key for pagination", "type": "integer" } }, "required": [ "book_id" ], "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