Skip to main content
Glama
EveryPageApp

everypage-mcp

Official
by EveryPageApp

Change a document's share settings

everypage_update_file_settings
Idempotent

Modify sharing options for an existing document: passcode, expiry, downloads, viewer mode, email gate, view limit, page range, or slug. Unchanged settings stay as-is.

Instructions

Change how an existing EveryPage document is shared: passcode, expiry, downloads, viewer mode, email gate, view limit, page range or vanity slug. Settings that are not mentioned keep their current value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesThe document: UUID, short link id, or a pasted share URL.
slugNoVanity link name on the owner's custom domain: lowercase letters, digits and hyphens. Requires the Pro plan.
pageToNoLast page readers may see. Set pageFrom and pageTo to 0 to clear the limit (clearing is never plan-gated).
pageFromNoFirst page readers may see (1-based). Pair with pageTo. Pages outside the window are never sent to the browser. Requires the Pro plan.
passcodeNoRequire this passcode to open the document. Requires the Basic plan or higher.
viewLimitNoBurn the link after this many views. 0 clears the limit. Requires the Basic plan or higher.
watermarkNoStamp the reader's identity across the pages. Requires the Pro plan.
askReceiptNoAsk readers to confirm they received the document. Requires the Basic plan or higher.
viewerModeNoHow the document is presented: standard scroll, page-turning flipbook, swipe, or magazine spread.
expiryHoursNoExpire the link this many hours from now. Capped by plan: 7 days on free, 365 days on basic, unlimited on pro.
gateDomainsNoRestrict the email gate to these domains, e.g. ["acme.com"]. An empty array clears the restriction. Requires the Pro plan.
neverExpireNoKeep the link alive permanently. Overrides expiryHours. Requires the Pro plan.
notifyOnViewNoEmail the owner when someone reads the document. Requires the Basic plan or higher.
requireEmailNoMake readers give an email address before they can read. Requires the Pro plan.
allowDownloadNoLet readers download the original PDF.
clearPasscodeNoRemove the passcode so anyone with the link can read. Wins over passcode if both are given.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesThe document record after the change.
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.
appliedSettingsYesWhat changed.
Behavior4/5

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

The critical behavioral note 'Settings that are not mentioned keep their current value' is disclosed, which is essential for partial updates and goes beyond the annotations. The description also correctly implies mutation (consistent with readOnlyHint=false) and idempotency (consistent with idempotentHint=true). No contradictory information.

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?

Two sentences, front-loaded with the action and resource, and a compact list of affected settings. The 'keep current value' caveat is included in the second sentence without waste. Every word 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 has 16 parameters, a required 'file', an output schema, and annotations. The description covers the overall purpose and the crucial partial-update behavior. It does not mention plan gating or clearing details, but those are in the schema descriptions. The description is complete enough for correct selection and invocation, though it could have added a hint about when not to use it.

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?

With 100% schema coverage, the schema already describes each parameter. The description adds high-level value by grouping settings (e.g., 'vanity slug' → slug, 'page range' → pageFrom/pageTo) and by stating that omitted parameters are preserved, which clarifies the semantics of all parameters collectively.

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 uses a specific verb ('Change'), identifies the resource ('existing EveryPage document'), and enumerates the share settings it affects. It clearly distinguishes from sibling tools like everypage_share_pdf by focusing on updating an existing document rather than creating a new share.

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 makes clear this is for existing documents and lists the range of settings, implying it is the go-to for altering share settings. It does not explicitly mention alternatives or exclusions (e.g., 'use everypage_share_pdf to create a new share'), but the context of 'existing' provides strong guidance.

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