Skip to main content
Glama
EveryPageApp

everypage-mcp

Official
by EveryPageApp

List recent read activity

everypage_list_events
Read-only

List recent views, downloads, or gate leads across documents. Use the returned cursor to fetch new activity since last check, answering 'has anyone read anything today?'

Instructions

Recent activity across the account's EveryPage documents: view sessions, downloads, or leads captured by the email gate. Returns a cursor so a later call can fetch only what has happened since. Use this to answer "has anyone read anything today?" or to poll for new reads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoLimit to one document: UUID, short link id, or a pasted share URL.
typeNoWhich stream: view sessions (default), downloads, or gate (leads captured by the email-capture form; requires the Pro plan).
limitNoHow many events. Default 25, maximum 100.
sinceNoCursor from a previous call's nextCursor. Only valid for the SAME type - cursors are not comparable across streams. Omit for the most recent activity.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesThe stream these events came from.
countYes
eventsYes
nextCursorYesPass as `since` on the next call, with the SAME type, to get only newer events.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds the cursor-based incremental fetch behavior and clarifies the event stream types, which is valuable context beyond the annotation. No contradictions observed. This exceeds the baseline 3.

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 just two sentences. It is front-loaded with the core purpose, then immediately gives a practical use case. Every sentence adds value, with no redundant or filler content.

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?

With a rich input schema, an output schema, and annotations, the description's addition of cursor semantics and polling use cases makes the tool sufficiently complete. It does not elaborate on error conditions or output structure, but those are partially covered by the output schema. The type-specific cursor constraint is in the schema, so the description's general cursor mention is adequate.

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 description coverage is 100% for all four parameters, so the schema fully documents each field. The description's mention of event types and polling use case aligns with the 'type' and 'since' parameters but does not add new semantic meaning beyond what the schema already provides. Therefore the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as listing recent read activity (view sessions, downloads, gate leads) across EveryPage documents. It specifies the resource and action with enough detail, but it does not explicitly contrast with sibling tools like everypage_get_readership, so it misses the full differentiation for a 5.

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 explicit use cases: answering 'has anyone read anything today?' or polling for new reads. This gives clear context on when to invoke the tool. However, it does not mention when not to use it or name alternative tools, so it stops 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