Skip to main content
Glama
EveryPageApp

everypage-mcp

Official
by EveryPageApp

Replace a document's content

everypage_replace_content
Destructive

Replace the PDF content of an existing EveryPage link while preserving its share link, QR code, settings, and readership history. Update the document for all viewers or revive a link that hit its view limit.

Instructions

Swap the PDF behind an existing EveryPage link, keeping the same share link, QR code, settings and readership history - only the bytes change. Anyone who already has the link sees the new version. This is also the way to revive a link that was burned by its view limit. The previous version is not recoverable. Requires the Pro plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNohttps:// link to the replacement PDF.
fileYesThe document to update: UUID, short link id, or a pasted share URL.
pathNoAbsolute path to the replacement PDF on this machine.
keepAnchorsNoKeep page-anchored hotspots and reader notes despite the page numbers changing. Default false (they are cleared).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesThe document's canonical UUID.
qr_urlYesPNG QR code for the share link. Public - no credentials needed to fetch it.
shortIdNoThe document's short share-URL alias.
fileNameNoThe document's display name.
shareUrlYesThe tracked share link to send to a reader.
embed_codeYesReady-to-paste <iframe> that embeds the document.
contentVersionNoIncrements on every replacement; 1 was the original upload.
Behavior4/5

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

Annotations already flag destructive and non-read-only behavior. The description adds that the previous version is unrecoverable and that a Pro plan is required, plus clarifies that existing viewers see the new version. This goes beyond the annotations and provides important usage caveats, though it could mention other potential side effects (e.g., caching).

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 compact and front-loaded with the core action. Each sentence earns its place: preservation of metadata, immediate visibility for existing link holders, the revival scenario, irrecoverability, and the plan requirement. There is no wasted wording.

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?

Given the destructive nature and multiple parameters, the description covers the essential behavioral outcomes, prerequisites, and a distinguishing use case. With the presence of an output schema and detailed annotation coverage, nothing critical is missing for an agent to select and invoke the tool correctly.

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 descriptions for all four parameters (url, file, path, keepAnchors) with 100% coverage. The description does not add parameter-level detail beyond the schema, so it sits at 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 (swap/repalce PDF content) and the resource (existing EveryPage link), while emphasizing what remains unchanged (link, QR code, settings, readership history). This distinguishes it from sibling tools like everypage_delete_file or everypage_update_file_settings, which operate on existence or settings rather than the underlying content.

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?

It provides a concrete scenario ('revive a link that was burned by its view limit') and clearly implies this is the way to change content while preserving metadata. It does not explicitly name alternative tools, but the context makes the intended use obvious compared to settings updates or deletion.

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/EveryPageApp/everypage-mcp'

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