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.8/5.0
Behavior1/5

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

The description discloses that setting mark_read:true modifies the read state of events, meaning subsequent calls only show newer entries. This contradicts the readOnlyHint=true annotation, which implies the tool is strictly read-only, creating an annotation contradiction. Thus the behavioral transparency is severely undermined.

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 three sentences long and front-loads the core purpose in the first phrase. Every sentence adds useful information without redundancy.

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?

The description covers the core return fields, filtering, and stateful behavior despite lacking an output schema. It also points to an HTTP endpoint for additional access. However, the contradiction in read-only status leaves some ambiguity that affects overall completeness.

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?

The schema already describes each parameter, and the description adds concrete examples (e.g., filtering by type 'sec_8k' and ISO timestamps) and explains the effect of mark_read on future calls. This enriches the parameter semantics beyond the schema's basic 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 the tool pulls fired events from the subscription feed, which is a specific action with a clear resource. It distinguishes itself from sibling tools like list_subscriptions by focusing on recent alert events, not the subscription list itself.

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 explains when to use the tool (to pull recent alerts), and provides guidance on filtering by type and time, as well as using mark_read to control future reads. It also mentions an alternative HTTP endpoint for scripts, though it doesn't explicitly contrast with sibling tools.

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

A3.7/5.0
Disambiguation2/5

Several tools occupy nearly the same question-answering role: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, and validate_claim all accept natural-language factual queries, and ask_pipeworx_beta is explicitly identical to ask_pipeworx today. The polymarket_* family also has overlapping opportunity-detection responsibilities, so an agent can easily select a near-duplicate tool for the same intent.

Naming Consistency4/5

Tool names are uniformly lowercase snake_case and use recognizable domain prefixes like ask_pipeworx_, polymarket_, datalastic_, and pipeworx_, which makes the set easy to group. The main deviation is that some names are verb-first (ask, compare, subscribe) while others are noun phrases (entity_profile, recent_alerts, bet_research), but this is minor and readable.

Tool Count2/5

At 33 tools this exceeds the 25+ threshold for a single server, and many of them are meta-tools or overlapping research/opportunity scanners that could be consolidated. The breadth is justified only partially; several utilities like generate_llms_txt and scan_dependency feel bolted on.

Completeness3/5

As a general research and monitoring toolkit it covers the full life cycle: discover, ask, verify, compare, profile, cite, remember, subscribe, and alert. But the server is named Datalastic yet the maritime surface is thin (only live position and radius lookup, no historical tracking, port calls, or fleet tools), and a few one-off utilities don't fit a coherent domain.