This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
search_book_content
InactiveTool of Achriom
declared in 1.0.0
Semantic search within an uploaded book (EPUB/PDF). Uses AI embeddings to find relevant passages.
Parameters schema
{
"type": "object",
"required": [
"book_title",
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (default 5, max 10)"
},
"query": {
"type": "string",
"description": "What to search for"
},
"book_title": {
"type": "string",
"description": "Book title (partial match supported)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries