get_article
Fetch full content of Gospel Library articles, talks, manuals, and policy pages by URL, delivered as clean markdown. Optionally specify a language code for localized text.
Instructions
Fetch the full content of a specific Gospel Library article, talk, manual chapter, or policy page by URL. Returns clean markdown text. Use this after search_gospel_library to read the full content of an article. Specify lang to retrieve content in a different language (e.g. 'spa' for Spanish). Defaults to the OS locale language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL of the article, e.g. 'https://www.churchofjesuschrist.org/study/general-conference/2024/10/12andersen?lang=eng' | |
| lang | No | Optional language code. Examples: 'eng' (English), 'spa' (Spanish), 'por' (Portuguese), 'fra' (French), 'deu' (German), 'jpn' (Japanese), 'kor' (Korean), 'zhs' (Chinese Simplified), 'zht' (Chinese Traditional), 'rus' (Russian). Defaults to OS locale language. |