Skip to main content
Glama
chepetime

Calibre Librarian MCP Server

by chepetime

Get book details

get_book_details
Read-onlyIdempotent

Retrieve detailed metadata for any book in your Calibre library by providing its unique Calibre ID. Returns comprehensive information including title, authors, tags, formats, and publication details.

Instructions

Get detailed metadata for a specific book by its Calibre ID. Returns title, authors, tags, formats, identifiers, publication info, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookIdYesThe Calibre book ID to retrieve details for.
Behavior3/5

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

The annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds value by listing some return fields (title, authors, tags, etc.), but does not cover all possible return data or error behavior. It is adequate but not rich in behavioral detail 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 extremely concise: two sentences that immediately convey the action, target, and output. No wasted words, and the key information is front-loaded.

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?

For a simple retrieval tool with one parameter and no output schema, the description covers the main purpose and return fields. It could mention error handling (e.g., missing book ID) but overall is fairly complete given the tool's simplicity.

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 schema already provides a clear description for the single parameter 'bookId'. The tool description does not add additional meaning or context beyond what is in the schema. With 100% schema coverage, baseline of 3 is appropriate.

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 verb 'Get', the resource 'detailed metadata', and the specific identifier 'Calibre ID'. It distinguishes from sibling tools that retrieve books by author, tag, or series, making its purpose unambiguous.

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 implicitly guides usage by specifying 'by its Calibre ID', indicating when to use this tool. However, it does not explicitly state when not to use it or mention alternative tools for other lookup scenarios.

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