This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
read_book_section
InactiveTool of Achriom
declared in 1.0.0
Read a specific section of an uploaded book by line numbers.
Parameters schema
{
"type": "object",
"required": [
"book_title",
"start_line",
"end_line"
],
"properties": {
"end_line": {
"type": "number",
"description": "Ending line number (max 200 lines)"
},
"book_title": {
"type": "string",
"description": "Book title (partial match supported)"
},
"start_line": {
"type": "number",
"description": "Starting line number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Achriom
https://github.com/achriom/achriom-mcp
1/7 registries