Quote By Location
quote_by_locationLook 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act | No | Act number (plays only). | |
| scene | No | Scene number (plays only). | |
| chapter | No | Chapter number (novels/essays). | |
| author_id | Yes | Author id (e.g., "william-shakespeare"). | |
| work_title | Yes | Title of the work (e.g., "Hamlet", "The Picture of Dorian Gray"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work | Yes | Work title that was queried | |
| count | Yes | Number of quotes found at location | |
| quotes | Yes | Array of quotes from the specified location | |
| author_id | Yes | Author id used for lookup |