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).

lookup_item

Inactive

Tool of Achriom

declared in 1.0.0

Search EXTERNAL databases (NOT the user's collection) to find items BEFORE adding them. Use search/get_details for items the user already owns. Data sources: Books=OpenLibrary, Movies/Shows=TMDB, Albums=Discogs, Anime=AniList. Use anime (not show) for Japanese animation.

Parameters schema

{
  "type": "object",
  "required": [
    "media_type",
    "title"
  ],
  "properties": {
    "year": {
      "type": "number",
      "description": "Release/publication year to narrow search"
    },
    "title": {
      "type": "string",
      "description": "Title to search for"
    },
    "creator": {
      "type": "string",
      "description": "Author/artist/director to narrow search"
    },
    "media_type": {
      "enum": [
        "book",
        "movie",
        "album",
        "show",
        "anime"
      ],
      "type": "string",
      "description": "Type of media to search. Use anime for Japanese animation, show for live-action/Western series."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Achriom

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

1/7 registries
View full server →
lookup_item — Achriom — PRSM MCP