Skip to main content
Glama

Calibre RAG MCP Server

by ispyridis

create_project

Initialize a new vector-based RAG project for semantic search and contextual conversations within your Calibre ebook library, organizing books for enhanced content retrieval.

Instructions

Create a new RAG project for vector-based book search

Input Schema

NameRequiredDescriptionDefault
descriptionNoProject description
nameYesProject name (alphanumeric and underscores only)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Project description", "type": "string" }, "name": { "description": "Project name (alphanumeric and underscores only)", "type": "string" } }, "required": [ "name" ], "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