You're viewing a demo portfolio

Join the waitlist
PRSM

book_get_text

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →