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

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

Describes the mark_read side effect that affects subsequent calls, which adds context beyond readOnlyHint annotation. No contradictions with annotations; discloses behavior clearly.

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?

Very concise; front-loaded with main function, each sentence adds information without redundancy. No wasted words.

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?

Covers return fields, filtering, side effects, and alternative endpoint. For a simple read tool with no output schema, this is reasonably comprehensive.

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 has 100% coverage, but description adds meaningful context: example filter type 'sec_8k', ISO timestamp format, and explanation of mark_read's effect. Adds value beyond schema.

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?

Clearly states it pulls fired events from subscription feed, returns alerts with specific fields, and supports filtering. Distinguishes from siblings by mentioning an alternative GET endpoint for scripts, but does not explicitly differentiate from other related tools.

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?

Explains filtering by type and since, the mark_read flag, and notes that polls work fine. Mentions an alternative endpoint for other use cases, but lacks explicit when-to-use vs 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.8/5.0
Disambiguation2/5

Multiple tools occupy the same general query/research space: ask_pipeworx, ask_pipeworx_beta (currently identical), ask_pipeworx_grounded, deep_research, validate_claim, entity_profile, and recent_changes all overlap in what they can return. The descriptions are detailed and try to steer usage, but the boundaries are fuzzy enough that agents can easily select the wrong tool.

Naming Consistency3/5

All names are snake_case and descriptive, but there is no consistent verb_noun convention across the set. It mixes bare verbs (remember, recall, forget), noun phrases (entity_profile, recent_changes), domain-prefixed families (securitytrails_*, polymarket_*), and Pipeworx meta-tools (ask_pipeworx_*), so the pattern is predictable only within each family.

Tool Count2/5

35 tools is above the 25+ threshold for a coherent MCP surface, and many are highly specialized (Polymarket arbitrage, AI visibility checks, npm dependency scans) rather than core Securitytrails functionality. The set feels like multiple products merged into one rather than a well-scoped toolset.

Completeness3/5

The broad data-research workflows are well covered: routing, entity resolution, profiling, comparison, validation, subscriptions, memory, and basic Securitytrails domain lookups. But for a server named Securitytrails, there are obvious missing security-intelligence operations such as associated domains, IP/certificate enrichment, and broader DNS infrastructure enumeration.