quote_by_location
ActiveTool of Quotes
declared in 0.1.0
Look up quotes by structural address within a work — act/scene for plays, chapter for novels. Example: author_id="william-shakespeare", work_title="Hamlet", act=3, scene=1 returns the "To be, or not to be" line.
Parameters schema
{
"type": "object",
"examples": [
{
"act": 3,
"scene": 1,
"author_id": "william-shakespeare",
"work_title": "Hamlet"
},
{
"chapter": 2,
"author_id": "oscar-wilde",
"work_title": "The Picture of Dorian Gray"
}
],
"required": [
"author_id",
"work_title"
],
"properties": {
"act": {
"type": "number",
"description": "Act number (plays only)."
},
"scene": {
"type": "number",
"description": "Scene number (plays only)."
},
"chapter": {
"type": "number",
"description": "Chapter number (novels/essays)."
},
"author_id": {
"type": "string",
"description": "Author id (e.g., \"william-shakespeare\")."
},
"work_title": {
"type": "string",
"description": "Title of the work (e.g., \"Hamlet\", \"The Picture of Dorian Gray\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Quotes
https://github.com/pipeworx-io/mcp-quotes
2/7 registries