Skip to main content
Glama
caelum29

calibre-mcp

by caelum29

Search books

calibre_search
Read-only

Find books in a Calibre ebook library by exact title, author, ISBN, tag, or free-form query. Supports full-text search and count-only queries.

Instructions

Find books by exact title, author, ISBN, tag, or Calibre query syntax (mode=meta), or by full text (mode=fts). scope=book returns short keyword snippets from inside one book; first hits often land in TOC/front matter — for definitional or topic questions within a book prefer calibre_semantic_search scope=book (ranked passages with char offsets). Use calibre_semantic_search for meaning/topic queries. For "how many" questions use countOnly=true (returns only the count).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNometa
sortNo
limitNo
queryYes
scopeNolibrary
bookIdNo
cursorNo
libraryNo
countOnlyNo
sortOrderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
countNo
queryNo
scopeNo
totalNo
bookIdNo
offsetNo
bookIdsNo
nextCursorNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds behavioral details such as scope=book returning short keyword snippets with first hits often in TOC/front matter, and recommends calibre_semantic_search for ranked passages. No contradictions.

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 concise (4 sentences) and front-loaded with purpose and mode distinctions. Every sentence adds value, with no redundancy or fluff.

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

Completeness4/5

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

Given the tool's complexity (10 parameters, 1 required) and the presence of an output schema (return values documented elsewhere), the description covers core usage and key behaviors well. Minor gaps (e.g., pagination via cursor not mentioned) prevent a perfect score.

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?

Schema description coverage is 0%, so the description must compensate. It explains mode, scope, and countOnly, but leaves parameters like limit, sort, cursor, library, bookId, and sortOrder unaddressed. While the key parameters are covered, the lack of detail for others limits full parameter understanding.

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 specifies the verb 'Find' and resource 'books', distinguishes between meta and fts modes, and differentiates scope=library vs scope=book. It also contrasts with sibling tool calibre_semantic_search, making its unique purpose evident.

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

Usage Guidelines5/5

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

Explicit guidance is given on when to use each mode (meta for exact metadata search, fts for full-text), when to prefer calibre_semantic_search (for meaning/topic queries), and when to use countOnly=true. This provides clear decision-making context.

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

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