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

A3.5/5.0
Behavior1/5

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

Annotations declare readOnlyHint=true, but the description explicitly describes mark_read:true as a state-changing operation that flags events as read and affects subsequent calls. This contradicts the read-only annotation. The description is transparent about the side-effect, but the mismatch between description and annotations is a serious inconsistency.

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 five sentences long, each providing essential information: purpose, return payload, filtering, mark_read behavior, and an alternative endpoint. There is no redundancy, and it is front-loaded with the primary purpose.

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?

For a relatively simple read tool with annotations and full schema coverage, the description covers return payload, filtering, mark_read semantics, and offers a script-friendly alternative. It could explicitly mention limit and unread_only, but those are adequately described in the input schema. The annotation contradiction slightly undermines overall completeness, but it is handled in behavioral transparency.

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 extra meaning for 'type' with an example, 'since' as ISO timestamp, and explains the effect of mark_read on subsequent calls. It does not elaborate on limit or unread_only, but the schema descriptions already cover them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 identifies the resource as 'subscription feed', and it clarifies the return value includes alerts with payload details. It does not explicitly distinguish from sibling tools, but the purpose is clear and concise.

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?

Provides clear context on filtering by type and since, and states that polling works fine, while also offering an alternative HTTP endpoint for scripts. It does not explicitly mention when not to use this tool versus other tools, but the usage context is reasonably clear.

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

Most tools have distinct purposes, with clear descriptions differentiating similar ones like ask_pipeworx and ask_pipeworx_grounded. A few overlaps exist (multiple Polymarket analysis tools), but descriptions sufficiently resolve ambiguity.

Naming Consistency2/5

Tool naming is inconsistent, mixing descriptive phrases (entity_profile, polymarket_edges) with verb-object patterns (generate_llms_txt, search). No strong convention is followed, and the 'polymarket_' prefix is applied to some betting tools but not others.

Tool Count3/5

32 tools is high but not extreme. However, the scope is too broad for a single server, covering data queries, betting, memory, NYPL, and more, making the set feel bloated and unfocused.

Completeness2/5

The domain is unclear due to mixed tools, but within the NYPL subset there are clear gaps (only search and item, no CRUD). For the other domains, coverage is uneven and lacks clear lifecycle completeness.