archive_page
Fetch a web page and save a timestamped markdown archive with provenance front-matter. Use returned hashes to compare content across saves and detect real changes without diffing.
Instructions
Fetch a page and save a timestamped markdown archive with provenance front-matter (to the mdbrowse app-data archive, or $MDBROWSE_ARCHIVE).
Returns {path, title, shape, hash}. The hash covers the body only, so re-archiving an unchanged page yields the same hash — compare hashes to detect real content changes without diffing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| private | No |