Skip to main content
Glama
EveryPageApp

everypage-mcp

Official
by EveryPageApp

List per-recipient links

everypage_list_variants
Read-only

List a document's per-recipient links to see recipient labels, URLs, and whether each link is revoked or GDPR-redacted.

Instructions

List a document's per-recipient links with their recipient labels, URLs, and whether they have been revoked or GDPR-redacted. Requires the Pro plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesThe document: UUID, short link id, or a pasted share URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
fileUuidYes
variantsYes
Behavior4/5

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

The readOnlyHint annotation already indicates this is a safe read operation. The description adds value by mentioning the Pro plan requirement and the specific data returned (revoked/GDPR-redacted status), without contradicting annotations.

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 sentence that is front-loaded with the verb 'List' and conveys all essential information with no filler.

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 tool's simplicity (one parameter), the presence of an output schema, and the read-only annotation, the description adequately covers the tool's purpose, requirements, and output details. It is complete for an AI agent to select and invoke 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?

Schema coverage is 100% and includes a clear description of the 'file' parameter. The tool description does not add any additional parameter semantics, so the baseline 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 clearly states the tool's action ('List') and resource ('a document's per-recipient links'), and specifies the output details (labels, URLs, revoked/GDPR-redacted). This distinguishes it from sibling tools like list_files or create_variants.

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 provides clear context on what the tool does and notes the Pro plan requirement. It doesn't explicitly name alternatives or exclusions, but the unique functionality makes the use case evident.

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