This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
set_format
InactiveTool of Achriom
declared in 1.0.0
Set how a book was read: print, ebook, audiobook, or ereader.
Parameters schema
{
"type": "object",
"required": [
"title",
"format"
],
"properties": {
"title": {
"type": "string",
"description": "The book title (partial match supported)"
},
"format": {
"enum": [
"print",
"ebook",
"audiobook",
"ereader"
],
"type": "string",
"description": "How the user read it"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries