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. Added

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, making the safe-read behavior clear. The description adds deeper transparency by explaining that mark_read:true flags events as read for subsequent calls, and that the same feed is accessible via an HTTP endpoint—both useful behavioral details not in the annotations.

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?

Four sentences, each earning its place. The first sentence states the core purpose. Subsequent sentences explain return fields, filtering, mark_read behavior, and an alternative access method. No fluff, no repetition of schema or annotation fields.

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 tool has 5 parameters, no output schema, and no nested objects, the description covers all essential aspects: what is returned, how to filter, how mark_read affects behavior, and even mentions polling suitability and an alternative HTTP endpoint. This is sufficient for an agent to invoke the tool correctly without additional context.

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?

All 5 parameters have schema descriptions (100% coverage), but the tool description adds extra value: it explains the meaning of the returned fields (source, citation_uri), gives an example value for the type parameter ('sec_8k'), and clarifies the effect of mark_read. This goes beyond the schema's trivial descriptions like 'Optional — filter to one subscription type.'

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 opens with 'Pull fired events from your subscription feed,' clearly stating the verb and resource. It explains the return fields (source, citation_uri, raw payload) and distinguishes the tool's scope from siblings by focusing on the subscription feed's persisted alerts.

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 explicit filtering options (type, since, mark_read) and mentions polling works fine. Also notes an alternative endpoint (GET registry.pipeworx.io/alerts.json) for other use cases. Lacks explicit when-not-to-use guidance or direct sibling tool comparisons, but still offers practical usage context.

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

C2.9/5.0
Disambiguation2/5

Many tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all serve query/research; polymarket_edges, polymarket_arbitrage, bet_research, and polymarket_edge_tracker all analyze prediction markets; entity_profile, compare_entities, and recent_changes overlap on company research. An agent could easily select the wrong one.

Naming Consistency3/5

All names are lowercase snake_case, but the verb-noun convention is inconsistent: some are verb-first (ask_pipeworx, generate_llms_txt, validate_claim), some noun-first (entity_profile, polymarket_edges, recent_changes), and some are bare nouns (query, metadata, datasets). The pattern is readable but not uniform.

Tool Count2/5

34 tools is excessive for the apparent scope, especially given the server name suggests a Chicago city-data focus while the vast majority of tools are generic data-research, prediction-market, and memory utilities. This feels like a kitchen-sink bundle rather than a focused, well-scoped toolset.

Completeness2/5

The tool surface is a disjointed collection covering querying, research, memory, subscriptions, and prediction markets, but it lacks coherent lifecycle coverage for any single domain. For the named 'Cityofchicago' purpose, there is almost no city-specific functionality, and even as a general data tool, obvious gaps remain (e.g., no direct dataset management or update/delete operations).