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

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false, and the description adds behavioral context beyond these: it explains the feed is written by the evaluator, describes the returned fields (source, citation_uri, raw payload), and clarifies that mark_read causes future calls to exclude read events. This goes well beyond the annotation flags, giving the agent a clear model of state changes despite being read-only.

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 four sentences, each adding distinct value: the first states the core action, the second describes the output shape, the third covers filtering and mark_read, and the fourth provides an alternative access method. It is front-loaded and free of redundant phrasing.

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?

For a read-only list tool with 5 optional parameters and no output schema, the description covers the primary use case, the behavioral semantics (mark_read), filter options, and even an alternative endpoint. The schema covers parameters and defaults, so the description need not repeat them. It's 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 already describes all 5 parameters with 100% coverage, so the baseline is 3. The description adds a concrete type example ('sec_8k') and explains the consequence of mark_read ('the next call only shows newer ones'), which enriches the schema's description. Since the added value is modest but present, a 4 is appropriate.

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 uses a specific verb ('Pull') and clearly identifies the resource ('fired events from your subscription feed'). It also distinguishes this from siblings by focusing on reading alerts, as opposed to subscribing/unsubscribing (subscribe, unsubscribe) or recent_changes. The mention of the alert payload components further clarifies its scope.

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 usage context: it's for fetching recent alerts from the persisted feed, supports filtering by type and time, and explains mark_read behavior. It also mentions polling and an alternative HTTP endpoint for scripts/dashboards, which gives a clear sense of when to use this tool vs. alternatives. It doesn't explicitly exclude other tools but the context is sufficient.

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

Several tools are near-identical in purpose: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded all route the same style of question, and the company-research tools (entity_profile, compare_entities, recent_changes) and Polymarket tools (polymarket_edges, polymarket_arbitrage, bet_research) have overlapping triggers. The long descriptions help, but an agent could easily select the wrong one.

Naming Consistency3/5

All names are snake_case and mostly readable, but conventions are mixed: some are verb-led (ask_pipeworx, resolve_entity, scan_dependency), some are noun-led (entity_profile, pipeworx_feedback, polymarket_arbitrage), and some are adjective-noun phrases (recent_changes, recent_alerts). The polymarket_* and ask_pipeworx_* families are internally consistent, but the overall set has no unifying pattern.

Tool Count2/5

33 tools is high and the server bundles several unrelated domains: Pipeworx data research, prediction markets, PRIDE proteomics, memory, subscriptions, and AI-visibility checks. Each cluster is individually useful, but the aggregate surface feels over-stuffed rather than well-scoped for a single MCP server.

Completeness4/5

The main clusters are well covered: query/grounded/deep research, entity resolution/profile/compare/validate, memory CRUD, subscription lifecycle, and a rich Polymarket analytics toolkit. Minor gaps exist—PRIDE is limited to metadata search/get and there is no trade execution for prediction markets—but most workflows can be completed without dead ends.