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

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

The annotations already indicate the tool is read-only, idempotent, and non-destructive. The description adds significant behavioral context: it specifies the exact data returned (source, citation_uri, payload), explains that mark_read flags events for the next call, and confirms polling is acceptable. It also mentions an alternative HTTP endpoint, providing extra transparency.

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?

The description is 4 sentences and efficiently conveys the core purpose, return data, filter options, and mark_read behavior. The last sentence about the HTTP endpoint is slightly tangential but still useful context. It is well-structured and front-loaded with the main action.

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?

Given the tool has 5 parameters and no output schema, the description provides adequate context: it mentions the return fields, filter parameters, mark_read effect, and polling suitability. It does not explicitly explain the limit parameter (covered in schema) or pagination, but the overall context is sufficient for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

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

Schema coverage is 100% with clear descriptions for all 5 parameters. The description summarizes some parameters (type, since, mark_read) but does not add meaningfully beyond what the schema already provides. It restates mark_read's behavior which is already in the schema, so no significant added value.

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 a subscription feed and returns the most recent alerts with specific fields (source, citation_uri, raw event payload). This is a precise verb+resource description that distinguishes it from siblings like list_subscriptions (which likely manages subscriptions rather than retrieving alerts).

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 mentions filter options (type, since), mark_read behavior, and notes that polls work fine and the same feed is available via HTTP. However, it does not explicitly say when to use this tool versus alternatives or when not to use it, missing some usage boundaries.

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

Multiple tools serve nearly identical purposes (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) with only marginal differences, and the Polymarket family (bet_research, polymarket_arbitrage, polymarket_edges, polymarket_fill_risk, polymarket_edge_tracker, polymarket_kalshi_spread) heavily overlaps in its goal of finding betting edges. An agent would struggle to pick the right tool without reading every description in detail.

Naming Consistency3/5

All names use snake_case, but the pattern is inconsistent: verb_noun (get_balance, list_transactions), noun phrases (entity_profile, recent_changes), brand prefixes (pipeworx_trending, polymarket_edges), and adjectival forms (deep_research, compare_entities). The naming is readable but does not follow a single predictable convention.

Tool Count2/5

With 36 tools, the count exceeds the 25+ threshold for 'too many' even for a general-purpose data server. The situation is worsened by the fact that the server is named Etherscan but only 5 of the 36 tools relate to Ethereum/blockchain, making the count unjustified for the apparent purpose.

Completeness4/5

For the de facto domain (Pipeworx data routing, prediction-market research, entity profiles, claim validation, subscriptions, memory), the tool surface is quite comprehensive: it covers lookup, research, comparison, grounding, and monitoring. Missing are a few edge operations (e.g., no Etherscan transaction-by-hash tool), but the broader domain is well-covered with only minor gaps.