Skip to main content
Glama
caelum29

calibre-mcp

by caelum29

Build semantic index

calibre_build_index
Idempotent

Builds a semantic or keyword-only index for specific books in a Calibre library, enabling search. Supports pruning orphaned entries and re-indexing.

Instructions

Build the semantic index for specific books (required: bookId, ids, or query — full-library indexing is deferred). Extracts, chunks, and embeds each book. Set keywordOnly=true (or when the embedding model is absent, it happens automatically) to build a keyword-only index that powers mode:"keyword" search with zero ML dependencies. Re-run after adding books; use force to re-index unchanged ones. Set prune=true to also drop index entries for books that no longer exist in the library (removals/merges leave searchable orphans behind).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNo
forceNo
pruneNo
queryNo
bookIdNo
libraryNo
enableFtsNo
keywordOnlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
chunksNo
figuresNo
failuresNo
elapsedMsNo
bookDetailsNo
keywordOnlyNo
prunedBooksNo
booksIndexedNo
booksSkippedNo
prunedChunksNo
prunedFiguresNo
booksRequestedNo
semanticReasonNo
semanticAvailableNo
Behavior4/5

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

Describes the process: extracts, chunks, embeds. Notes automatic fallback to keyword-only if embedding model absent. Annotations indicate idempotent and not read-only, which aligns with building an index. No contradictions. Adds behavioral depth beyond annotations.

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

Conciseness4/5

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

Two substantial sentences front-load the core purpose and list parameter usage. Dense but efficient; every clause adds value. Could be broken into bullet points for clarity, but acceptable for the complexity.

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?

Covers selection, force, prune, keywordOnly modes, but omits library and enableFts parameters. Also does not explain the relationship to sibling calibre_semantic_search or what exactly the index enables. Adequate but not fully complete given 8 parameters and 0% schema coverage.

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?

Explains bookId, ids, query as required selectors, and covers keywordOnly, force, prune. However, two parameters (library, enableFts) are not mentioned in the description. With 0% schema coverage, this is a notable gap.

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?

Clearly states the tool builds a semantic index for specific books, using bookId, ids, or query, and explicitly distinguishes from full-library indexing. The verb 'build' and resource 'semantic index for specific books' is specific, and it sets scope boundaries.

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

Usage Guidelines4/5

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

Provides guidance on when to re-run (after adding books), when to use force (unchanged books), and when to use prune (removed books). Mentions keywordOnly for zero-ML search. While no explicit alternatives to siblings, the description implies when to use this vs. searching (calibre_semantic_search).

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