You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).

search_library

Inactive

Tool of Achriom

declared in 1.0.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Achriom

https://github.com/achriom/achriom-mcp

1/7 registries
View full server →