This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
add_item
InactiveTool of Achriom
declared in 1.0.0
Add a new item to the library. For best results, use lookup_item first to get the external_id. IMPORTANT: Use anime (not show) for ALL Japanese animation including series, movies, OVAs.
Parameters schema
{
"type": "object",
"required": [
"media_type",
"title"
],
"properties": {
"year": {
"type": "number",
"description": "Release year"
},
"title": {
"type": "string",
"description": "The title to add"
},
"creator": {
"type": "string",
"description": "Author/artist/director/creator"
},
"media_type": {
"enum": [
"book",
"movie",
"album",
"show",
"anime"
],
"type": "string",
"description": "Type of media. Use anime for Japanese animation (Cowboy Bebop, Spirited Away, etc), show for live-action/Western animation."
},
"external_id": {
"type": "string",
"description": "External database ID for exact matching"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries