Skip to main content
Glama
chepetime

Calibre Librarian MCP Server

by chepetime

Search book content

search_book_content
Read-onlyIdempotent

Search for specific text within a book using its Calibre ID. Returns matches with surrounding context, with plain-text fallback when full-text search is unavailable.

Instructions

Search for text within a specific book's content. Plain-text fallback when Calibre FTS is not available. Extracts the book to text and searches for matches with surrounding context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesText to search for within the book content. Case-insensitive.
bookIdYesCalibre book ID to search within.
maxMatchesNoMaximum number of matches to return (default: 10, max: 20).
contextCharsNoCharacters of context to show around each match (default: 150).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds valuable behavioral context: the tool may extract the book to plain text as a fallback and returns matches with surrounding context. This goes beyond the annotations by disclosing potential resource usage and the search strategy.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted words. The first sentence states the core purpose, and the second provides crucial behavioral details. It is front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description implies the return format (matches with context) but does not explicitly describe the output structure. Given the absence of an output schema, full transparency would require detailing what the response contains. The description is adequate but not thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so the schema already documents all parameters. The description mentions 'surrounding context' which is already captured in the contextChars parameter description. Baseline 3 is appropriate as the description does not significantly add parameter meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: searching for text within a specific book's content. It also explains the fallback mechanism when Calibre FTS is unavailable, which adds precision. The verb and resource are unambiguous, distinguishing it from sibling tools like full_text_search that may search across books.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when searching inside a specific book's content, but it does not explicitly state when not to use it or compare it with alternatives like full_text_search. Sibling tools exist for broader searches, but no guidance is provided for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/chepetime/calibre-librarian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server