Skip to main content
Glama
1llum1n4t1s

Retroweb MCP

by 1llum1n4t1s

Wayback スナップショット確認

wayback_snapshot

Check a past URL's presence in the Internet Archive and retrieve the snapshot nearest to a given date, confirming if the old web page remains accessible.

Instructions

指定 URL が Internet Archive に保存されているか、指定時点に最も近いスナップショットを 1 件調べる。昔のサイトの URL に心当たりがあるとき、それが今も辿れるかを最小コストで確認する用途。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes確認したい当時の URL
timestampNo希望時点。'1999' や '20000401' の形式。省略時は最新
Behavior3/5

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

The description discloses that the tool returns the closest snapshot relative to the given timestamp and only one result. However, it does not describe the return format, error behavior if no snapshot exists, or any rate constraints. With no annotations provided, the description carries the full burden, and this omission leaves some behavioral ambiguity.

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?

The description is two sentences, front-loaded with the core action, and contains no filler. Every clause serves a purpose, making it highly concise and well-structured.

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

Completeness3/5

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

The description covers purpose, usage context, and the snapshot selection rule, but it lacks an explicit statement of what the tool returns (e.g., snapshot URL vs. metadata) and how it signals absence. Given no output schema and no annotations, this is a noticeable gap, though the tool is simple.

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?

The input schema already provides complete descriptions for both parameters (url and timestamp), including timestamp formats and default behavior. The description does not add parameter-specific semantics beyond the schema, so the baseline 3 applies.

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 explicitly states that the tool checks whether a URL is archived in the Internet Archive and retrieves the single snapshot closest to a specified time. This is a specific verb-resource-scope combination, clearly distinguishing it from sibling tools like wayback_fetch_page or wayback_cdx_search.

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 a clear use case: when an old URL is known and you want to verify at minimal cost whether it is still accessible. This implies a lightweight check versus more resource-intensive fetch tools, though it does not explicitly name alternatives or 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/1llum1n4t1s/Retroweb-MCP'

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