This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
set_progress
InactiveTool of Achriom
declared in 1.0.0
Update how far the user is through an in-progress item. Books: current page. Shows: current season + episode. Anime: episodes watched.
Parameters schema
{
"type": "object",
"required": [
"media_type",
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Title of the item (partial match supported)"
},
"media_type": {
"enum": [
"book",
"show",
"anime"
],
"type": "string",
"description": "Type of media (progress only applies to books, shows, and anime)"
},
"current_page": {
"type": "integer",
"description": "Current page number (books only)"
},
"current_season": {
"type": "integer",
"description": "Current season number (shows only)"
},
"current_episode": {
"type": "integer",
"description": "Current episode number within the season (shows only)"
},
"episodes_watched": {
"type": "integer",
"description": "Total episodes watched so far (anime only)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries