This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
get_by_rating
InactiveTool of Achriom
declared in 1.0.0
Get items filtered by user rating range.
Parameters schema
{
"type": "object",
"required": [
"media_type"
],
"properties": {
"max_rating": {
"type": "number",
"maximum": 5,
"minimum": 0.5,
"multipleOf": 0.5,
"description": "Maximum rating (0.5-5, half-star increments)"
},
"media_type": {
"enum": [
"book",
"movie",
"album",
"show",
"anime"
],
"type": "string",
"description": "Type of media"
},
"min_rating": {
"type": "number",
"maximum": 5,
"minimum": 0.5,
"multipleOf": 0.5,
"description": "Minimum rating (0.5-5, half-star increments)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries