Skip to main content
Glama
ericknavarro

calibre-manager

by ericknavarro

add_book

Add an ebook file to the Calibre library with metadata and duplicate handling options. Returns the new book ID.

Instructions

Adds a file (EPUB/PDF/MOBI/AZW3...) to the library. Returns the new id. automerge (optional): 'ignore' | 'overwrite' | 'new_record' to handle duplicates. identifiers e.g. 'isbn:9788491050000'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath of the file to add.
authorsNo
titleNo
tagsNoInitial tags, comma-separated.
seriesNo
series_indexNo
languagesNoLanguage code, e.g. 'eng'.
identifiersNoe.g. 'isbn:9788491050000'.
automergeNoignore | overwrite | new_record
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions the return value and automerge behavior for duplicates, but does not disclose side effects, required permissions, or whether existing metadata is overwritten if optional params are used.

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 three short sentences, front-loading the main purpose and return value, then adding critical parameter details. No wasted words.

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?

For a 9-parameter tool with no output schema and no annotations, the description covers the core addition and automerge, but lacks detail on how optional metadata parameters (authors, title, etc.) are used and what the full return structure looks like, leaving gaps.

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 coverage is 56%, so the description adds value by explaining 'automerge' options and giving an 'identifiers' example. However, it does not cover the other optional parameters (authors, title, etc.) beyond what the schema provides, so it only partially compensates.

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 adds a file (with specific formats) to the library and returns the new id. It distinguishes itself from siblings like add_tags or set_metadata by focusing on file addition.

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?

Usage is implied by the tool name, but there is no explicit guidance on when to use this versus alternatives (e.g., set_metadata for only updating metadata). No when-not or context provided.

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

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