Skip to main content
Glama
jmars

web-archive-mcp

by jmars

playwright_start

Start a persistent interactive browser session that records all web traffic and archives every response in real time for later retrieval.

Instructions

Start a persistent interactive Playwright session with always-on traffic recording. Every response observed on the session is archived to the web-archive store in real time. Returns a confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It reveals that the session is persistent, always records traffic, archives to the web-archive store in real time, and returns a confirmation. It does not mention potential edge cases like existing sessions, but for a simple start action this is reasonably transparent.

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 three short sentences with no redundant information. The first sentence states the core action, the second provides a key behavioral detail, and the third mentions the return value. Every sentence earns its place.

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?

The tool is simple (no params, start command), and the description covers its main behavior and side effect (archiving). An output schema exists, so return values don't need explanation. It could be slightly more complete by explicitly stating it's a prerequisite for other playwright tools, but it's sufficient for the given context.

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 tool has zero parameters, and the schema has no properties. Per the rubric, 0 params gives a baseline of 4. The description adds context about what the session does and its archiving behavior, which is meaningful even without parameter-specific details.

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 a specific action ('Start') and a specific resource ('persistent interactive Playwright session'), while also distinguishing itself from sibling tools by mentioning the always-on traffic recording aspect. It's unambiguous what this tool does compared to other playwright_* and archive_* tools.

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 that this tool is the entry point for a persistent Playwright session, but it doesn't explicitly say when to use it vs. alternatives like playwright_record or playwright_navigate. There's no explicit 'use this before other playwright commands' or exclusions, so guidance is only implied.

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/jmars/web-archive-mcp'

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