Skip to main content
Glama

Maven Central

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

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

The description discloses behavioral traits beyond annotations, such as the mark_read side effect ('flag returned events read so the next call only shows newer ones'). Annotations indicate readOnlyHint=true and idempotentHint=true, which may conflict with the mark_read behavior, but the description is transparent about the actual behavior.

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 concise, front-loaded with the core purpose, and includes necessary details in a logical order. Every sentence adds value, with no fluff. It is efficient and easy to parse.

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 the 5 optional parameters, no output schema, and annotations covering safety, the description provides a complete picture: return format, filtering capabilities, mark_read behavior, polling suitability, and an alternative access method. It equips an agent to use the tool effectively.

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 baseline is 3. The description adds value by explaining mark_read in detail and providing an example for type ('sec_8k'). Other parameters like since and limit have descriptions that overlap with schema, but the added context for mark_read justifies a higher score.

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's purpose: 'Pull fired events from your subscription feed.' It specifies the resource (subscription feed) and the action (pull), and details the return fields. While not explicitly distinguishing from siblings, the purpose is specific and unambiguous.

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 guidance on when to use ('Pull fired events...'), mentions that 'Polls work fine' indicating suitability for polling, and gives an alternative endpoint for scripts/dashboards. It does not explicitly exclude use cases but offers useful context for appropriate usage.

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

B3.4/5.0
Disambiguation2/5

Several tools have heavily overlapping purposes, especially ask_pipeworx, ask_pipeworx_beta (explicitly identical right now), ask_pipeworx_grounded, and deep_research. The Polymarket tools are more distinct, but the boundary between Maven search tools and broader discovery tools like search, search_by_coords, discover_tools, and suggest_questions is not always obvious.

Naming Consistency2/5

Naming is a mix of snake_case actions, branded prefixes like ask_pipeworx_*, polymarket_*, and pipeworx_*, plus inconsistent patterns like ai_visibility_check vs scan_competitor_ai_presence. Some clusters are internally consistent, but the overall set follows no predictable convention.

Tool Count2/5

35 tools is heavy for a server named 'Maven Central', and only a handful actually relate to Maven artifacts. The rest are Pipeworx research, prediction-market, memory, subscription, and utility tools, making the set feel sprawling rather than purpose-scoped.

Completeness3/5

For the Maven Central domain, search, coordinate lookup, version listing, and latest-version retrieval cover core read-only needs. However, there is no direct artifact metadata/POM/dependency inspection, and the unrelated Pipeworx and Polymarket tools dilute the surface without filling obvious gaps in the stated domain.