Get Scene
get_sceneReturn the full text of a specific scene from a play (every speech, every line, in order). Example: author_id="william-shakespeare", work_slug="hamlet", act=3, scene=1 returns the entire "To be, or not to be" scene including all of Hamlet's soliloquy and the subsequent dialogue with Ophelia. Useful for context, citation, or close reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act | Yes | Act number. | |
| scene | Yes | Scene number. | |
| author_id | Yes | Author id (e.g., "william-shakespeare"). | |
| work_slug | Yes | Work slug (e.g., "hamlet"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||