Read a VoyageHacks guide as Markdown
get_articleFetch one VoyageHacks page by URL or site path (for example "/en/hotels/best-budget-hotels-in-rome/") and return its body as Markdown, together with the title, canonical URL, language, section, publication date and last-updated date read from the page itself. Useful after search_articles when the full text is needed to quote figures accurately, and when a source needs to be cited with a real date. Only HTML pages on voyagehacks.com can be read: the tool cannot fetch other websites, data files or images, and very long pages are truncated with a marker at the cut.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL or site path on voyagehacks.com, e.g. https://voyagehacks.com/de/esim/esim-japan/ or /de/esim/esim-japan/. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Canonical URL. | |
| lang | No | ||
| title | No | ||
| source | Yes | Attribution string for citations. | |
| excerpt | No | The page's meta description. | |
| section | No | ||
| updated | No | ISO date, or null if the page declares none. | |
| markdown | Yes | ||
| published | No | ISO date, or null if the page declares none. | |
| truncated | No |