Skip to main content
Glama

HALOWERK: List archived versions of a URL with dates, status codes and content changes, an

web_archive
Read-only

List archived versions of a URL with capture dates, status codes, and content-change markers. Retrieve the snapshot closest to any date, including error responses.

Instructions

List archived versions of a URL with dates, status codes and content changes, and get the snapshot closest to any date you name.

Kostenpflichtig: 0.005 USDC je Aufruf. Bezahlt per x402 auf Base, ohne Konto. Hoechstens 0.005 USDC je Aufruf.

Queries the Internet Archive for the captured versions of a URL and returns them with capture time, HTTP status, MIME type and content digest, oldest and newest first. Because consecutive captures share a digest when nothing changed, the versions where the content actually differed are marked — that is the list worth reading, not the raw capture log. A target date returns the nearest snapshot with the gap in days, which is what a citation of a page as it stood on a given day needs. Captures that returned an error at the time are separated from successful ones, so a run of 404s reveals when a page disappeared. The CDX index is the complete source but goes down regularly; when it does, the availability endpoint answers with the closest capture and the degraded state is reported rather than passed off as an empty history. Preis 0.005 USDC je Aufruf, Abrechnung über x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to look up.
limitNoHow many captures to return.
to_dateNoLatest capture to list (YYYY-MM-DD).
from_dateNoEarliest capture to list (YYYY-MM-DD).
target_dateNoFind the snapshot closest to this date (YYYY-MM-DD or ISO).
changes_onlyNoOnly captures whose content differed from the previous one.
include_errorsNoInclude captures that recorded an HTTP error.
Behavior5/5

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

The description discloses important behavioral traits beyond the annotations: it mentions CDX index stability issues, fallback to the availability endpoint, reporting of degraded state, separation of error captures, and content-digest logic. These details go well beyond the read-only/open-world hints.

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

Conciseness4/5

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

The description is front-loaded with a clear summary, followed by a logically organized detailed explanation. However, pricing information is duplicated (once as 'Kostenpflichtig' and again as 'Preis'), adding redundancy and slightly bloating the text.

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

Completeness5/5

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

Since there is no output schema, the description thoroughly explains what is returned (capture time, HTTP status, MIME type, content digest), the target-date gap in days, error separation, and degraded-mode reporting. It covers all essential aspects for an agent to invoke the tool correctly.

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?

The schema already covers all 7 parameters with descriptions (100% coverage), so the baseline is 3. The tool description adds meaning for key parameters like `target_date` (returns nearest snapshot with gap in days), `changes_only` (content digest logic), and `include_errors` (separating error captures). It does not elaborate on `limit` or date range parameters, but the overall context compensates.

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?

The description begins with a specific, compound action: 'List archived versions of a URL with dates, status codes and content changes, and get the snapshot closest to any date you name.' This clearly identifies the resource (archived versions) and the operations (list and get). It is distinct from sibling tools, which focus on cost, validation, and other concerns.

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 provides clear contextual use cases, such as 'what a citation of a page as it stood on a given day needs' and explains that the changed-versions list is 'the list worth reading.' However, it does not explicitly mention alternatives or when not to use the tool, though the niche is well-defined relative to siblings.

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/halowerk/halowerk-mcp'

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