Skip to main content
Glama

Archive a web page with an on-chain timestamp

archive_url

Capture a web page as it looks right now — screenshot and text — and anchor a hash of that capture on-chain. Use this before relying on a page you cite, so a later edit or deletion cannot be denied. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesthe page to capture
thoroughNowait for lazy-loaded content; slower but better for long or image-heavy pages

TDQS

A4/5.0
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions the capture includes screenshot and text, is timestamped on-chain, and is free. It does not cover rate limits, error handling, or processing time, but the core behavior is adequately described.

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?

Three sentences, each serving a purpose: action and output, usage guidance, and cost. No unnecessary words; front-loaded with the main capability.

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 simple tool with two parameters and no output schema, the description covers what the tool does, when to use it, and the output (screenshot, text, on-chain hash). It could mention return format, but it is sufficient.

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% for the two parameters, so description adds minimal extra meaning beyond the schema. It does not elaborate on the 'thorough' parameter or add usage context for parameters.

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 clearly states the tool captures a web page (screenshot and text) and anchors a hash on-chain. It uses specific verbs 'Capture' and 'anchor', and distinguishes from siblings like get_archive (retrieve) and notarize_hash (just hash).

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?

Explicitly says 'Use this before relying on a page you cite' and explains the benefit of preventing denial of edits or deletions. However, it does not provide explicit when-not-to-use or alternatives, but the context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a distinct purpose: capturing pages, anchoring hashes individually or in batches, fetching and verifying, and checking system status. There is no overlap or confusion between tools.

Naming Consistency5/5

All tool names use snake_case with descriptive verbs and nouns (e.g., archive_url, notarize_hash, verify_hash), following a consistent and predictable pattern.

Tool Count5/5

With 7 tools, the set is well-scoped for a notarization and archiving service, covering core operations without being overly sparse or bloated.

Completeness5/5

The tool surface covers the full lifecycle of timestamping and verification: single hash notarization, batch anchoring, web page capture, verifiable fetch, lookup by hash, and service status. No obvious gaps remain.

Resources