Skip to main content
Glama

Calibre RAG MCP Server

by ispyridis

add_books_to_project

Add books to a RAG project for vectorization and semantic search, enabling contextual retrieval from your Calibre ebook library.

Instructions

Add books to a RAG project for vectorization and context search

Input Schema

NameRequiredDescriptionDefault
book_idsYesArray of book IDs to add to the project
project_nameYesName of the project

Input Schema (JSON Schema)

{ "properties": { "book_ids": { "description": "Array of book IDs to add to the project", "items": { "type": "integer" }, "type": "array" }, "project_name": { "description": "Name of the project", "type": "string" } }, "required": [ "project_name", "book_ids" ], "type": "object" }

Other Tools from Calibre RAG MCP Server

Related Tools

    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/ispyridis/calibre-rag-mcp-nodejs'

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