get_chapter
ActiveTool of Quotes
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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Quotes
https://github.com/pipeworx-io/mcp-quotes
2/7 registries