Skip to main content
Glama

archive

Server Details

Archive MCP — wraps the Internet Archive APIs (free, no auth)

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
pipeworx-io/mcp-archive
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_metadata retrieves detailed information for a known item, search performs broad queries across the archive, and wayback_check verifies URL archiving status. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with clear verb_noun structures: get_metadata, search, and wayback_check. The naming is uniform and predictable across the set.

Tool Count4/5

Three tools is a minimal but reasonable count for an archive server, covering key operations like retrieval, search, and Wayback Machine checks. It feels slightly thin but adequately scoped for the domain without being overwhelming.

Completeness3/5

The tools cover core archive interactions (metadata retrieval, search, and Wayback checks), but there are notable gaps such as downloading archived content, managing collections, or advanced filtering options. While basic workflows are supported, the surface is not fully comprehensive for archive operations.

Available Tools

3 tools
get_metadataAInspect

Retrieve full metadata for an Internet Archive item by its identifier (the unique ID in the archive.org URL).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesArchive.org item identifier (e.g., "principleofrelat00eins", "ApolloMissionsMoonLandings")
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool retrieves metadata but doesn't disclose behavioral traits like rate limits, authentication needs, error handling, or response format. This is a significant gap for a tool with no annotation coverage.

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 a single, well-structured sentence that front-loads the purpose and includes essential details (e.g., identifier source). There's no wasted text, making it highly efficient.

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?

Given the tool's low complexity (1 parameter, no nested objects) and high schema coverage, the description is adequate for basic use. However, with no output schema and no annotations, it lacks details on return values, error cases, or behavioral constraints, leaving gaps for an agent to operate effectively.

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 description coverage is 100%, so the schema already documents the single parameter 'id' with examples. The description adds minimal value by restating the parameter's purpose ('by its identifier'), but doesn't provide additional syntax or format details beyond the schema. With 0 parameters beyond the one covered, baseline 4 is appropriate.

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 specific action ('Retrieve full metadata'), the resource ('an Internet Archive item'), and the method ('by its identifier'). It distinguishes from sibling tools like 'search' (which likely finds items) and 'wayback_check' (which likely checks availability).

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

Usage Guidelines3/5

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

The description implies usage when you have a specific identifier and need metadata, but doesn't explicitly state when to use this versus 'search' (e.g., for finding items without an ID) or 'wayback_check' (e.g., for availability). No exclusions or alternatives are mentioned.

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

wayback_checkAInspect

Check whether a URL has ever been archived in the Wayback Machine and retrieve the closest available snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to look up (e.g., "https://example.com/some-page")
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool's purpose but lacks details on error handling, rate limits, authentication needs, or what happens if no snapshot exists. This is a significant gap for a tool that interacts with an external service.

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 a single, efficient sentence that front-loads the core purpose ('check whether a URL has ever been archived') and adds necessary detail ('retrieve the closest available snapshot') without any wasted words or redundancy.

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?

Given the tool's moderate complexity (interacting with an external archive service), no annotations, and no output schema, the description is minimally adequate. It states what the tool does but lacks details on behavior, output format, or error cases, which are important for effective agent use.

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 schema description coverage is 100%, so the schema already documents the single 'url' parameter. The description adds no additional parameter semantics beyond what the schema provides, such as URL format constraints or examples beyond the schema's example, meeting the baseline for high schema coverage.

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 specific action ('check whether a URL has ever been archived') and resource ('Wayback Machine'), and distinguishes it from siblings by mentioning 'retrieve the closest available snapshot' which suggests a different function than 'get_metadata' or 'search'.

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

Usage Guidelines3/5

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

The description implies usage for checking URL archival status and retrieving snapshots, but provides no explicit guidance on when to use this tool versus the sibling tools 'get_metadata' or 'search', leaving the agent to infer based on the described functionality.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.