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).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior1/5

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

There is a direct contradiction with annotations. The annotations declare readOnlyHint=true and destructiveHint=false, which imply no persistent state changes. However, the description says 'Set mark_read:true to flag returned events read so the next call only shows newer ones,' indicating a mutation of persisted state. This contradicts the read-only annotation, so the score is 1 per the contradiction rule.

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 well-structured and front-loaded: it starts with the core purpose, then return contents, filtering options, mark_read behavior, and alternative access. Every sentence contributes value, with no redundancy or filler. It is appropriately sized for the tool's complexity.

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?

There is no output schema, but the description explains the return payload (source, citation_uri, raw event payload), covers the key filtering and state-change behaviors, notes that polling is safe, and points to an alternative GET endpoint. This provides comprehensive context for an agent to use the tool effectively, even without explicit return schema.

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%, so the baseline is 3. The description adds meaningful usage semantics beyond the schema: it gives a concrete example for type ('sec_8k'), specifies since as an ISO timestamp, and explains the behavioral effect of mark_read on subsequent calls. This enriches parameter understanding beyond field descriptions.

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 'Pull fired events from your subscription feed' and details the return contents (source, citation_uri, raw event payload). This distinguishes it from siblings like list_subscriptions, which manage subscriptions, and recent_changes, which likely handles different data. The verb 'Pull' and resource 'alerts' are specific.

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: it is for reading the persisted alert feed, filtering by type and since, and using mark_read to control read state. It also mentions polling is fine and points to an alternative HTTP endpoint. However, it does not explicitly exclude alternatives like recent_changes or list_subscriptions, so it lacks explicit when-not-to-use guidance.

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

A4/5.0
Disambiguation3/5

Descriptions are unusually explicit about when to use each tool (single lookup vs grounded vs deep research), but the set still contains several genuinely overlapping tools: ask_pipeworx_beta is explicitly identical to ask_pipeworx, scan_competitor_ai_presence wraps ai_visibility, and six polymarket_* tools share the same 'edge/arbitrage' conceptual space. An agent can usually pick the right tool but faces real ambiguity in several clusters.

Naming Consistency4/5

Names are uniformly snake_case and readable, and there are coherent prefix families (ask_pipeworx_*, polymarket_*, pipeworx_*). However the verb placement is inconsistent: verb_noun (ask_pipeworx, validate_claim, discover_tools) coexists with noun-first names (recent_changes, entity_compare, layer_info, polymarket_edges), and bet_research sits outside the polymarket_* family despite being a prediction-market tool.

Tool Count2/5

34 tools is well past the 'feels heavy' threshold, and more importantly the set mixes what looks like three different servers: a tiny ArcGIS/Longview GIS slice (layer_info, query_layer, search_datasets), a massive general-purpose data-research platform from Pipeworx, and a Polymarket prediction-market toolkit. Most tools earn their place for the platform, but far too few belong to the named domain.

Completeness4/5

The research surface is remarkably complete: a router, grounded and beta variants, deep multi-source research, claim verification, entity/profile/change resolution, discovery and suggestion helpers, memory (remember/recall/forget), subscriptions (subscribe/unsubscribe/recent_alerts), and feedback — no obvious lifecycle dead ends. Minute gaps exist on the GIS side (no dataset editing, no metadata browsing, no named export/view ops) and a few nooks like screen- leisure tools have no progress/status endpoints, but these are workaroundable.