book_get_text
ActiveTool of io.github.blackboxfoundry/livedatalink
Return the full text of an indexed book by Gutenberg id, paginated by passage. Use from_seq + max_passages to page through it. For books in the catalog that are NOT indexed locally, returns the public gutenberg.org plain-text URL so the agent can fetch it directly.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"gutenberg_id"
],
"properties": {
"from_seq": {
"type": "number",
"description": "Passage index to start from (0-based, default 0)."
},
"gutenberg_id": {
"type": "number",
"description": "Project Gutenberg ebook id."
},
"max_passages": {
"type": "number",
"description": "Maximum passages to return per call (default 40, max 200)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries