Skip to main content
Glama

Food Feeds

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 declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds valuable behavioral context beyond annotations, such as the effect of mark_read on subsequent calls (only newer events shown) and the fact that the feed is also available via an HTTP endpoint for external use. This enriches the agent's understanding without contradicting 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?

The description is five sentences, each earning its place: purpose, return contents, filtering, mark_read behavior, and polling/alternative access. The key action is front-loaded in the first sentence. There is no redundant language or fluff, making it highly efficient.

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?

With no output schema, the description compensates by specifying that each alert carries source, citation_uri, and the raw event payload. It also covers filtering and mark_read semantics, which are critical for use. It does not explicitly mention the unread_only parameter, but the schema covers that, so it's not a gap. The description is complete enough for 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 each parameter is documented in the schema. The description adds extra meaning by explaining the interaction between mark_read and future calls, which is not obvious from the schema alone. It also gives a concrete example for the type parameter ('sec_8k'). This goes beyond the schema's baseline value.

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 a specific verb and resource: 'Pull fired events from your subscription feed.' It further clarifies the exact nature of the tool by explaining it returns the most recent alerts written by the evaluator, which distinguishes it from generic feed readers like fetch_feed or read_feed.

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 clear context for use: filtering by type and since, marking events read, and polling. It explicitly states 'Polls work fine,' giving a direct usage recommendation. However, it does not explicitly mention when to use this tool over sibling tools like fetch_feed or read_feed, so it stops short of full exclusionary guidance.

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

Many tools have overlapping functionality (e.g., ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded) and the set includes both food-specific feeds and general data tools without clear separation. Distinguishing between them, especially for an agent, would be difficult.

Naming Consistency2/5

Tool names follow no consistent pattern: some are snake_case (list_feeds, read_feed), others are lowercase with underscores (ai_visibility_check), and many are multi-word without clear structure (polymarket_arbitrage, scan_dependency). This inconsistency makes it hard to predict tool names.

Tool Count1/5

With 34 tools, the count is high, and most tools are unrelated to the server's stated purpose of 'Food Feeds'. The inclusion of general-purpose Pipeworx tools (e.g., deep_research, entity_profile, polymarket tools) makes the set bloated and unfocused.

Completeness2/5

For the food feeds domain, only three tools (list_feeds, read_feed, fetch_feed) are relevant, which is incomplete. The server lacks tools for searching, subscribing, or managing feeds. The presence of many unrelated tools does not compensate for this gap.