book_get_text

Return the full text of an indexed book by Gutenberg id, paginated by passage. Use from_seq + max_passages to page through it. For books in the catalog that are NOT indexed locally, returns the public gutenberg.org plain-text URL so the agent can fetch it directly.

SERVERLivedatalink SOURCEhttps://livedatalink.ai/mcp
Low RISK CLASS
Category Read
Parameters 31 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-blackboxfoundry-livedatalink/book-get-text.md

What book_get_text does on Livedatalink

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

ParameterTypeRequiredDescription
from_seq number Passage index to start from (0-based, default 0).
gutenberg_id number Yes Project Gutenberg ebook id.
max_passages number Maximum passages to return per call (default 40, max 200).

Parameters from the server's own tool schema.

Why book_get_text is rated Low

This tool retrieves and queries book text data from the Project Gutenberg catalog with no modification, creation, deletion, or execution capabilities. It is a straightforward read operation that fetches existing public-domain content. The pagination mechanism does not elevate this beyond a Read classification. Low severity because the data returned is publicly available and read-only access poses minimal risk.

From the tool's definition Tool description states it 'Return[s] the full text of an indexed book' and 'returns the public gutenberg.org plain-text URL'. The operations are retrieval-only with pagination parameters (from_seq, max_passages) for data access.

Questions about book_get_text

What does the book_get_text tool do? +

Return the full text of an indexed book by Gutenberg id, paginated by passage. Use from_seq + max_passages to page through it. For books in the catalog that are NOT indexed locally, returns the public gutenberg.org plain-text URL so the agent can fetch it directly. It is categorised as a Read tool in the Livedatalink MCP Server, which means it retrieves data without modifying state.

What parameters does book_get_text accept? +

book_get_text accepts 3 parameters: from_seq, gutenberg_id, max_passages. Required: gutenberg_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on book_get_text? +

Register the Livedatalink MCP server in PolicyLayer and add a rule for book_get_text: 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 Livedatalink. Nothing to install.

What risk level is book_get_text? +

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

Can I rate-limit book_get_text? +

Yes. Add a rate_limit block to the book_get_text 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 book_get_text completely? +

Set action: deny in the PolicyLayer policy for book_get_text. 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 book_get_text? +

book_get_text is provided by the Livedatalink MCP server (https://livedatalink.ai/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Livedatalink, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Livedatalink's. Pull the full record:

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.