Read the preserved text of a link
get_link_contentRetrieve readable article text stored by Linkwarden for a saved bookmark, enabling offline reading without fetching the live site. Supports pagination for long articles.
Instructions
Returns the readable article text Linkwarden extracted and stored when it preserved the page, so a saved bookmark can be read without fetching the live site. Only the readable format is served: the screenshot, PDF and single-file HTML archives are binary or raw markup and are not useful as text.
Long articles are returned in slices — pass the offset from the previous result to continue. If the link has no readable archive, the tool says so and represerve_link can create one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Character offset to start at, default 0 | |
| link_id | Yes | Numeric id of the link — the "id" field returned by search_links, not its title or URL | |
| max_chars | No | Maximum characters to return, default 20000 |