getWatchtowerLinks
Retrieves current-week Watchtower study articles from JW.org, auto-selecting the correct issue and providing a direct wol.jw.org link.
Instructions
STEP 1: Get JW.org Watchtower study articles. When a user asks for current/this week's Watchtower content, use this tool FIRST without any parameters — it automatically picks the right issue (Watchtower study articles are published 2 months ahead, so July 2026 studies come from the May 2026 issue). Each article includes machine-readable weekStart/weekEnd (ISO dates) and isCurrentWeek, so you never have to parse the date out of the title, plus wolUrl — a human-readable wol.jw.org link for the current week's article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pub | No | Publication code: "w" for Watchtower (Study edition) | w |
| issue | No | Issue in YYYYMM00 format. Leave empty for the current study articles (the server calculates it — Watchtower studies run 2 months after the issue date) | |
| fileformat | No | File format: "RTF" for Rich Text Format | RTF |
| langwritten | No | Language code: "E" English, "KO" Korean, "S" Spanish, etc. | E |
| includeWolUrl | No | Resolve wolUrl (a readable wol.jw.org link) for the current week's article. Costs one extra request. Default: true |