lookup_item
InactiveTool of Achriom
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries