Skip to main content
Glama
EveryPageApp

everypage-mcp

Official
by EveryPageApp

Delete a document

everypage_delete_file
DestructiveIdempotent

Delete an EveryPage document to stop its share link from working. Use trash for recoverable deletion or purge for permanent, irreversible removal.

Instructions

Move an EveryPage document to the trash so its share link stops working. Trashed documents can be restored from the EveryPage dashboard. Set purge to true to destroy it permanently instead - that cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesThe document: UUID, short link id, or a pasted share URL.
purgeNoDestroy permanently instead of trashing. Irreversible - confirm with the user first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
purgedYesTrue when the document was destroyed permanently.
trashedYesTrue when the document went to the trash and can still be restored.
Behavior5/5

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

Annotations already indicate destructive intent, but the description adds crucial context: the document goes to trash (restorable), the share link stops working, and setting purge to true causes permanent irreversible deletion. This goes well beyond the binary annotations and fully informs the agent of side effects.

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 two sentences long, front-loaded with the primary action, and every sentence adds valuable behavioral context (trash, link outage, restoration, purge irreversibility). No waste or redundancy.

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 only 2 simple parameters, an output schema, and strong annotations, the description covers all essential user-facing behavior: default soft delete, restoration path, and permanent purge option. It does not need to describe return values because the output schema exists.

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 describes both parameters with 100% coverage ('file' as UUID/short link/URL, 'purge' as permanent destruction). The description reiterates purge behavior but does not add new parameter-level meaning beyond what the schema provides, so the baseline score of 3 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 states a specific action ('Move an EveryPage document to the trash') and identifies the resource, clearly distinguishing it from sibling tools like share, list, get, or update. It also explains the intent of making the share link stop working.

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 it clear when to use this tool (to delete/trash a document) by describing the action and its effects. It contrasts trash vs. purge behavior but does not explicitly mention alternative tools or exclusion criteria, so it falls slightly short of a 5.

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