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

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description discloses the important side effect of mark_read:true, which flags events as read and affects subsequent calls. It also reveals the return payload content (source, citation_uri, raw event payload) and the existence of an external feed endpoint. No contradiction with annotations is present.

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, front-loaded with the primary purpose, and every sentence contributes new information: the resource, return fields, filter options, mark_read effect, and an alternative HTTP endpoint. There is no redundancy or 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?

With no output schema, the description compensates by specifying the return shape (source, citation_uri, raw payload). It also addresses polling behavior and provides a script-friendly alternative. Given the tool's moderate complexity (5 optional params, no required fields, read-only default with optional side-effect), the description is complete enough for an 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.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers all 5 parameters with descriptions, giving a baseline of 3. The tool description adds meaningful semantic context, such as 'Filter by type (e.g. "sec_8k") and/or since (ISO timestamp)' and the effect of mark_read on future calls. It does not elaborate on limit or unread_only, but the schema already does so, keeping the description's added value at a solid level.

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 opens with a specific verb and resource: 'Pull fired events from your subscription feed.' It further clarifies the resource as 'the most recent alerts the evaluator has written to your persisted feed,' distinguishing it from generic list tools. Although there is no sibling with an identical name, the description clearly scopes the tool to alert retrieval, which differentiates it from subscription management tools like list_subscriptions.

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 when to use the tool (to fetch recent alerts, filter by type/since) and states that polling is acceptable. It also gives an explicit alternative for scripts/dashboards via the registry.pipeworx.io URL. However, it does not explicitly mention when to prefer this tool over siblings like recent_changes or when not to use it, so some exclusion guidance is missing.

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
Disambiguation4/5

Most tools have distinct purposes with clear descriptions, but some overlap exists (e.g., ask_pipeworx, ask_pipeworx_grounded, deep_research all retrieve structured data with subtle differences). Competitor analytics (ai_visibility_check, scan_competitor_ai_presence) also share similar goals.

Naming Consistency3/5

Names follow loose patterns within subgroups (get_crypto_*, polymarket_*, ask_pipeworx*), but overall there is no single consistent convention. Verbs and noun orders vary (e.g., get_crypto_price vs. validate_claim vs. remember).

Tool Count3/5

35 tools is high; many exceed the core 'crypto' domain (company profiles, npm dependencies, memory management, subscriptions). While each tool seems justified, the count feels heavy for a single server, risking cognitive load.

Completeness4/5

The tool set covers crypto basics (price, market, history), company data, prediction markets, and general data retrieval comprehensively. Minor gaps exist (e.g., no direct on-chain crypto data), but cross-domain coverage is strong.