This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
get_by_status
InactiveTool of Achriom
declared in 1.0.0
Get items filtered by status. Books: unread, reading, finished, abandoned. Movies/shows/anime: unwatched, watching, watched, abandoned. Albums: unheard, listening, played, saved.
Parameters schema
{
"type": "object",
"required": [
"media_type",
"status"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results (default 50)"
},
"status": {
"type": "string",
"description": "Status to filter by"
},
"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