get_book_notes_and_highlights

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

Server Weread mcp-server-weread
Category Read
Risk class Low
Parameters 41 required

What get_book_notes_and_highlights does on Weread

AI agents call get_book_notes_and_highlights to retrieve information from Weread without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
book_id string Yes Book ID
highlight_style integer | null Highlight style filter, null means all
include_chapters boolean Whether to include chapter information
organize_by_chapter boolean Whether to organize by chapter

Parameters from the server's own tool schema.

Why get_book_notes_and_highlights needs a policy

This tool only retrieves user-generated highlights and notes from a specific book. It performs a query operation that has no ability to modify, delete, or execute external actions. The retrieval of personal reading annotations poses minimal risk and is purely informational. Classified as Read with low severity.

From the tool's definition The tool 'get_book_notes_and_highlights' retrieves highlights and notes for a book—a query/retrieval operation with no modification or side effects.

Questions about get_book_notes_and_highlights

What does the get_book_notes_and_highlights tool do? +

Get all highlights and notes for a specific book, organized by chapter. It is categorised as a Read tool in the Weread MCP Server, which means it retrieves data without modifying state.

What parameters does get_book_notes_and_highlights accept? +

get_book_notes_and_highlights accepts 4 parameters: book_id, highlight_style, include_chapters, organize_by_chapter. Required: book_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_book_notes_and_highlights? +

Register the Weread MCP server in PolicyLayer and add a rule for get_book_notes_and_highlights: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Weread. Nothing to install.

What risk level is get_book_notes_and_highlights? +

get_book_notes_and_highlights is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_book_notes_and_highlights? +

Yes. Add a rate_limit block to the get_book_notes_and_highlights rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_book_notes_and_highlights completely? +

Set action: deny in the PolicyLayer policy for get_book_notes_and_highlights. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_book_notes_and_highlights? +

get_book_notes_and_highlights is provided by the Weread MCP server (mcp-server-weread). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

get_book_notes_and_highlights is one line of Weread's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.