get_sermon
Fetch full metadata and (optionally) the transcript for ONE sermon by its id — typically a sermon_id returned by search_sermons. Only returns sermons a pastor has opted in to share with agents; otherwise returns not-found. If the sermon is paid and you haven't purchased it, the transcript is withheld and a price is returned — call purchase_sermon first. Free sermons return the transcript directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sermon_id | Yes | The sermon's id, typically the sermon_id from a search_sermons result. | |
| include_transcript | No | Whether to include the full transcript text (only for free or already-purchased sermons). |