Skip to main content
Glama
smeet666

mcp-archiveorg

Read a page as it was

get_snapshot
Read-onlyIdempotent

Find the closest Wayback Machine capture for a URL, optionally at a given date. Returns the snapshot link and time offset.

Instructions

Find the Wayback Machine capture of a web page closest to a given date. Give 'at' to ask for a moment in time; leave it out for the most recent capture. The answer always states 'days_from_requested', because the closest capture can be years away from the date asked for: read it before describing what the page said on that date. This finds the capture and links to it. It does not return the page's contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atNoDate to aim for, as YYYY-MM-DD or a full ISO 8601 timestamp. Omit for the newest capture.
urlYesAddress to look up, such as 'lemonde.fr' or a full URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
snapshotYes
requested_atYes
requested_urlYes
Behavior5/5

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

Annotations already flag readOnly/openWorld/idempotent; the description adds the key behavioral fact that the answer always includes 'days_from_requested' and that the closest capture can be years away, urging the agent to read it before interpreting. It also explicitly states it does not return page contents, which is crucial for expectation setting. No contradiction.

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?

Four short sentences, each carrying essential information: purpose, usage, caveat, and limitation. No filler.

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?

With output schema available, annotations covering safety, and schema describing parameters, the description adds the critical caveat about date proximity and the non-content return. This is enough for an agent to invoke correctly and interpret the result. The tool's purpose and behavior are fully covered.

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

Parameters3/5

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

Schema coverage is 100%, with detailed descriptions for both 'url' and 'at', including format and default behavior. The description repeats the 'at' advice but adds no new parameter meaning beyond the schema. Thus the schema carries the load; the description's contribution is minimal.

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 opens with 'Find the Wayback Machine capture of a web page closest to a given date' – a specific verb, resource, and scope. It further clarifies it links to the capture and does not return page contents, distinguishing it from sibling tools like search_inside or get_item. The purpose is unambiguous and distinctive.

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 gives explicit usage instructions: 'Give "at" to ask for a moment in time; leave it out for the most recent capture.' It also warns about interpreting 'days_from_requested'. However, it does not explicitly contrast with sibling tools or state when not to use it, though the purpose is distinctive enough to infer.

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/smeet666/mcp-archiveorg'

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