Skip to main content
Glama

Recent Alerts

recent_alerts
Read-onlyIdempotent

Pull fired events from your subscription feed. Returns the most recent alerts the evaluator has written to your persisted feed — each carries source, citation_uri (pipeworx:// when available), and the raw event payload. Filter by type (e.g. "sec_8k") and/or since (ISO timestamp). Set mark_read:true to flag returned events read so the next call only shows newer ones. Polls work fine; the same feed is also at GET registry.pipeworx.io/alerts.json for scripts and dashboards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOptional — filter to one subscription type.
limitNoMax events to return (1-200, default 50).
sinceNoOptional ISO timestamp — return events fired_at >= this time.
mark_readNoFlag the returned events read in the same call (default false).
unread_onlyNoReturn only events where read_at is null (default false).

TDQS

A3.7/5.0
Behavior1/5

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

Description states that setting mark_read:true flags events as read, implying a side effect, which contradicts the readOnlyHint annotation (true). The readOnlyHint annotation suggests the tool never writes, but the description allows a write operation. This is a direct contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is reasonably concise for the amount of information conveyed. It front-loads the purpose and then provides parameter details and usage notes. No redundant sentences.

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?

No output schema, yet description covers return value (source, citation_uri, payload). It mentions polling behavior and an alternative endpoint. Lacks pagination details beyond limit, but limit itself is covered. Overall adequate for a read-like tool.

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?

Schema coverage is 100%, baseline 3. Description adds value by explaining the typical use of each parameter: filtering by type/since, limiting, marking read, and unread_only. The mark_read explanation is especially informative about its effect on future calls.

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?

Description clearly states verb 'pull' and resource 'fired events from your subscription feed.' It distinguishes from siblings like 'list_subscriptions' (subscriptions list) and 'search' (general search). Specific mention of filtering by type and since adds precision.

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?

Description indicates when to use (to retrieve recent alerts) and mentions polling suitability and alternative GET endpoint for scripts/dashboards. However, it does not explicitly contrast with siblings that might also retrieve events (e.g., 'search').

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation2/5

Many tools have overlapping purposes and similar names, especially the Pipeworx query tools (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) and the Polymarket tools (polymarket_edges, polymarket_arbitrage, polymarket_fill_risk, etc.). The Guardian-specific tools are distinct but are outnumbered by these confusing clusters, making it hard for an agent to reliably select the right tool.

Naming Consistency1/5

Tool names follow no consistent pattern: some are snake_case (ai_visibility_check, ask_pipeworx), some are verbs without objects (item, tags, forget, recall), and some are inconsistent in style (compare_entities vs. bet_research). There is no unifying naming convention across the set.

Tool Count2/5

With 36 tools, the server is bloated for its implied purpose ('The Guardian' suggests a focused news outlet). Many tools belong to unrelated domains (Pipeworx data platform, Polymarket prediction markets), making the count feel excessive and unfocused. A news-specific server should have far fewer tools.

Completeness1/5

The tool set lacks a coherent domain. The Guardian news tools are complete (search, item, sections, etc.), but the massive inclusion of Pipeworx and Polymarket tools creates dead ends and gaps (e.g., no direct tool to list all prediction markets or search patents). The surface feels like a random collection rather than a designed whole.