You're viewing a demo portfolio

Join the waitlist
PRSM

get_chapter

Active

Tool of Quotes

declared in 0.1.0

Return the full text of a chapter from a novel/prose work (all paragraphs in order). Example: author_id="oscar-wilde", work_slug="the-picture-of-dorian-gray", chapter=2 returns the entire chapter where Lord Henry tempts Dorian. Use list_full_text_works to discover which works are chapter-based.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "chapter": 1,
      "author_id": "jane-austen",
      "work_slug": "pride-and-prejudice"
    },
    {
      "chapter": 31,
      "author_id": "mark-twain",
      "work_slug": "adventures-of-huckleberry-finn"
    },
    {
      "chapter": 2,
      "author_id": "oscar-wilde",
      "work_slug": "the-picture-of-dorian-gray"
    }
  ],
  "required": [
    "author_id",
    "work_slug",
    "chapter"
  ],
  "properties": {
    "chapter": {
      "type": "number",
      "description": "Chapter number."
    },
    "author_id": {
      "type": "string",
      "description": "Author id (e.g., \"mark-twain\")."
    },
    "work_slug": {
      "type": "string",
      "description": "Work slug (e.g., \"adventures-of-huckleberry-finn\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Quotes

https://github.com/pipeworx-io/mcp-quotes

2/7 registries
View full server →
get_chapter — Quotes — PRSM MCP