Skip to main content
Glama

WeRead MCP Server

by freestylefly

get_book_notes_and_highlights

Extract and organize highlights and notes from a specific book by chapter, using the book ID. Customize the output to include chapter details and apply highlight style filters for precise results.

Instructions

Get all highlights and notes for a specific book, organized by chapter

Input Schema

NameRequiredDescriptionDefault
book_idYesBook ID
highlight_styleNoHighlight style filter, null means all
include_chaptersNoWhether to include chapter information
organize_by_chapterNoWhether to organize by chapter

Input Schema (JSON Schema)

{ "properties": { "book_id": { "description": "Book ID", "type": "string" }, "highlight_style": { "default": null, "description": "Highlight style filter, null means all", "type": [ "integer", "null" ] }, "include_chapters": { "default": true, "description": "Whether to include chapter information", "type": "boolean" }, "organize_by_chapter": { "default": true, "description": "Whether to organize by chapter", "type": "boolean" } }, "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