Skip to main content
Glama

Remoteok

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.4/5.0
Behavior4/5

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

Annotations already indicate readOnly, openWorld, idempotent, non-destructive. The description adds valuable behavioral context: it explains that setting mark_read=true flags events as read and that the same feed is accessible via a REST endpoint. It does not contradict annotations; the additional context enhances understanding of side effects (e.g., mark_read modifies state).

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 a single paragraph that efficiently conveys key information: purpose, return fields, filters, and an alternative endpoint. It is front-loaded with the main action. Though slightly lengthy, every sentence adds value and there is no redundancy.

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?

Given no output schema, the description thoroughly explains return fields (source, citation_uri, raw payload) and covers all parameter behaviors (filtering, mark_read, unread_only). It also provides an alternative access method for scripts and dashboards, making the tool's role in the ecosystem clear. This is highly complete for a read-only polling tool.

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%, so the baseline is 3. The description adds meaning beyond the schema by providing examples (e.g., 'sec_8k' for type) and clarifying that 'since' is an ISO timestamp and that 'unread_only' returns events with null read_at. This helps the agent understand parameter usage beyond the schema 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 starts with a clear verb-resource pair ('Pull fired events from your subscription feed') and specifies what each returned alert contains (source, citation_uri, raw payload). It distinguishes itself from other tools by mentioning an alternative access method for scripts and dashboards, making its specific role clear.

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 get recent alerts, with optional filters) and provides explicit details on filtering parameters (type, since, mark_read, unread_only). It also mentions that polling works fine and gives an alternative endpoint, but does not explicitly state when not to use it or compare directly with siblings.

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 tool clusters have fuzzy boundaries: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all answer questions through the same routing layer, while polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, and bet_research all address prediction-market edges. Even with detailed descriptions, an agent can easily select the wrong variant.

Naming Consistency3/5

Names are uniformly lowercase snake_case and many follow a verb_noun pattern (list_jobs, search_jobs, resolve_entity, validate_claim), but there are numerous noun-first and adjective-first exceptions (entity_profile, recent_alerts, pipeworx_trending, polymarket_arbitrage) plus bare verbs (remember, forget, recall, subscribe). The pattern is readable but not consistently applied.

Tool Count2/5

34 tools is well above the well-scoped range, and the vast majority are not about the server's RemoteOK namesake. The set appears to merge several distinct domains (Pipeworx data research, Polymarket betting, RemoteOK jobs, memory utilities) into one oversized surface, making it feel more like a bundled platform than a focused server.

Completeness4/5

For the dominant Pipeworx/data-research theme, coverage is strong: question answering, grounded verification, entity profiles, comparisons, change feeds, discovery, memory, subscriptions, and citation-based research are all present. The RemoteOK job subset covers list/search/get without obvious dead ends. Minor gaps exist (no direct citation-URI fetcher, no job alert subscriptions), but agents can work around them.