show_item
InactiveTool of Achriom
ALWAYS use this tool when users say "show me", "open", "go to", "take me to", or "pull up" an item. This navigates them to the item's detail page. Works on ALL clients (web app, iOS app, Claude Desktop) - triggers navigation or returns clickable URL. Do NOT just describe the item when they want to SEE it.
Parameters schema
{
"type": "object",
"required": [
"media_type",
"title"
],
"properties": {
"title": {
"type": "string",
"description": "The title to show (partial match supported)"
},
"media_type": {
"enum": [
"book",
"movie",
"album",
"show",
"anime"
],
"type": "string",
"description": "Type of media"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries