Skip to main content
Glama
chepetime

Calibre Librarian MCP Server

by chepetime

Missing book scout

missing_book_scout
Read-onlyIdempotent

Check any reading list against your Calibre library. Identifies owned books and generates search links for missing titles.

Instructions

Check a reading list against your Calibre library. Reports which books you own and generates search links for missing titles. Great for processing 'to-read' lists or book recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fuzzyMatchNoIf true (default), use fuzzy title matching. If false, require exact title match.
readingListYesReading list to check. One book per line. Format: 'Title' or 'Title by Author'. Example: The Hobbit by J.R.R. Tolkien Dune 1984 by George Orwell
searchEngineNoSearch engine for missing books: 'default' (uses FAVORITE_SEARCH_ENGINE_URL), 'annas_archive', 'goodreads', 'amazon', 'libgen'.default
Behavior4/5

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

The annotations already declare readOnlyHint=true and idempotentHint=true, so the tool is known to be safe. The description adds behavioral context by stating the output includes a report of owned books and search links for missing titles, which goes beyond what annotations provide.

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 provides the core purpose, and the second gives a use-case example. It is front-loaded and efficient.

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 has no output schema, the description hints at the return value (reports and search links) and covers the main functionality. It is complete enough for an agent to understand the tool's role without missing critical details.

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 100%, so the schema already documents all three parameters with descriptions. The tool's description does not add new parameter-specific information beyond summarizing the overall purpose, meeting the baseline of 3.

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 checks a reading list against the Calibre library, reports owned books, and generates search links for missing ones. This specific verb+resource combination distinguishes it from sibling search tools like search_books or compare_books.

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?

The description explicitly says 'Great for processing to-read lists or book recommendations,' providing clear context for when to use it. It does not specify when not to use it or list alternatives, but the context is sufficient for an agent.

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