search_library
InactiveTool of Achriom
Semantic search across the user's entire library by meaning, theme, or vibe. Searches every book/movie/album/show/anime as one corpus. Use for cross-media or thematic questions like "things about grief" or "noir mood". For specific title/creator lookups, use the keyword `search` tool instead.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10, max 25)"
},
"query": {
"type": "string",
"description": "Natural-language description of what to find (theme, mood, idea, vibe)"
},
"media_type": {
"enum": [
"book",
"movie",
"album",
"show",
"anime"
],
"type": "string",
"description": "Optional filter to a single media type"
},
"min_similarity": {
"type": "number",
"description": "Cosine similarity floor 0–1 (default 0.20). Lower for mood/affect queries (e.g. \"something slow and quiet\" → 0.15), higher for specific-entity queries."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries