Skip to main content
Glama

Calibre RAG MCP Server

by ispyridis

search_project_context

Find relevant context chunks from RAG projects using vector similarity search to support information retrieval and contextual understanding.

Instructions

Search for relevant context chunks within a RAG project using vector similarity

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of context chunks to return (default: 5)
project_nameYesName of the project to search
queryYesQuery to find relevant context

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "description": "Maximum number of context chunks to return (default: 5)", "type": "integer" }, "project_name": { "description": "Name of the project to search", "type": "string" }, "query": { "description": "Query to find relevant context", "type": "string" } }, "required": [ "project_name", "query" ], "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