Skip to main content
Glama
GiantRavens

mdb-mcp

by GiantRavens

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

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
privateNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses the return shape ({path, title, shape, hash}), explains hash covers body only, and describes the provenance front-matter. This meaningfully discloses behavioral traits beyond what a schema would show. It could mention whether it overwrites or creates new files, and the 'timestamped' wording implies immutable append-style behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two tight paragraphs, no filler. First paragraph states the action and target; second explains return value and hash semantics. Every sentence earns its place with concrete operational detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a write-style tool with 2 params and no annotations, this is reasonably complete: storage target, return shape, and hash semantics are all covered. The 'private' parameter remains a gap, and interaction with watch_diff/watch_scan siblings isn't addressed, but the core behavior is well-documented.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. The description explains url (page to fetch) indirectly, and 'private' is never mentioned. However, with only 2 params and one being self-evident (url), the coverage gap is modest. The description adds value about storage location and return semantics but leaves 'private' semantically unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Very specific: 'Fetch a page and save a timestamped markdown archive with provenance front-matter.' Verb+resource+output format are all clear. It distinguishes from siblings (archive_search, fetch_archived) by describing the archiving action and the storage target.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that it saves to app-data archive or $MDBROWSE_ARCHIVE, giving context on where results land. It explains how to detect content changes via hash comparison, which functions as a when/WOW-to-use pattern for repeated archiving. However, it doesn't explicitly state when to prefer this over fetch_archived or fetch_page, nor exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GiantRavens/mdbrowse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server