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.6/5.0
Behavior5/5

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

Annotations declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds valuable behavioral details: return fields (source, citation_uri, raw payload), mark_read side effect, polling suitability, and the alternative endpoint. No contradictions.

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 concise and well-structured: four sentences, each carrying distinct information without redundancy. It front-loads the primary purpose and progressively adds filter options, behavior, and alternatives. Every sentence earns its place.

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 main use case, return fields, filtering, and mark_read behavior. It lacks details on pagination beyond the limit parameter, and error scenarios. However, given the rich annotations and schema, the description is largely complete for effective tool selection.

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% with descriptions for all parameters. The tool description adds usage examples (e.g., 'sec_8k' for type) and clarifies behavior (e.g., mark_read:true to flag read). This adds value beyond the schema, justifying a score above the baseline of 3.

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's purpose: 'Pull fired events from your subscription feed. Returns the most recent alerts the evaluator has written to your persisted feed.' It specifies the verb (pull) and resource (recent alerts), distinguishing it from sibling tools like list_subscriptions or subscribe.

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 guidance on when to use filters ('Filter by type and/or since'), how to manage read state with mark_read, and mentions an alternative access method (direct URL). It lacks explicit when-not-to-use guidance but still offers clear context for usage.

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.9/5.0
Disambiguation3/5

There are several clusters of tools with overlapping purposes: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all do data-fetching/research with somewhat subtle differences. Polymarket tools also overlap (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, bet_research, polymarket_kalshi_spread). However, most tools have detailed descriptions that clarify their distinct roles, and the core data-lookup tools are differentiated by grounding level and scope.

Naming Consistency4/5

Most tools follow a consistent verb_noun or noun_verb pattern (e.g., search_registrants, list_foreign_principals, get_registrant_documents, subscribe, unsubscribe, remember, recall, forget, resolve_entity, validate_claim). Deviations include brand-name tools like ask_pipeworx, pipeworx_feedback, pipeworx_trending, and polymarket_kalshi_spread that mix conventions but are still readable and predictable within their domain.

Tool Count2/5

34 tools is heavy for a single MCP server, especially with multiple overlapping research entry points (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, suggest_questions). The broad data-router nature of the server explains the size, but it is still a large surface that would be better consolidated.

Completeness4/5

The server covers its visible domains well: data lookup, grounded verification, entity profiling, comparison, change tracking, subscription lifecycle, memory, and FARA-specific queries. Minor gaps exist (e.g., no direct tool for updating saved memory beyond forgetting/re-remembering, no tool to create custom alert types beyond the three supported categories), but the core workflows are complete.