Skip to main content
Glama

Abn Lookup

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. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already convey readOnly, idempotent, non-destructive, and open-world behavior. The description adds meaningful behavioral context on top: the feed is persisted, the evaluator writes to it, mark_read flags events read on the same call, and unread_only filters on read_at. It also notes that the same feed is exposed at a public URL, which is useful for an agent deciding between polling this tool and using HTTP.

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?

Three sentences, front-loaded with what the tool returns, then filters, then read-state behavior, then polling note. Every sentence carries distinct information and there is no repetition of schema boilerplate.

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 read-only polling tool with no output schema, the description covers the key semantics an agent needs: what events are returned, how filters work, how read-state changes behavior, and an alternative URL for scripts/dashboards. It doesn't document pagination beyond a limit parameter or what the exact response shape looks like beyond the listed fields, but that's minor given the 100% schema coverage and the simplicity of the operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all five parameters. The description adds only light semantic context (e.g., 'sec_8k' as an example for type, mark_read affecting the next call, since meaning fired_at >= the timestamp). That extra context is valuable but modest; a 3 baseline is fair when schema covers everything.

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?

States a specific verb ('Pull'), a specific resource ('fired events from your subscription feed'), and what the returned data carries (source, citation_uri, raw payload). It is clearly distinguishable from siblings like list_subscriptions (manage subscriptions) and recent_changes (different feed type).

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 explicitly says filtering by type and since, and polling is fine, plus points to an alternate access path (GET registry.pipeworx.io/alerts.json) for scripts. It does not name a sibling alternative to prefer for a given condition, but it gives enough context for an agent to know when to call it.

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

Several tools have unclear or overlapping boundaries: ask_pipeworx and ask_pipeworx_beta are explicitly identical right now, while ask_pipeworx, deep_research, and validate_claim all handle factual lookup/research tasks. The five polymarket_* tools plus bet_research also overlap enough that an agent could easily pick the wrong entry point despite verbose descriptions.

Naming Consistency3/5

All names are snake_case and generally descriptive, but conventions are mixed: some are verb-first (ask_pipeworx, resolve_entity, validate_claim), some are noun-first (abn_lookup, entity_profile, polymarket_edges), and prefixes like pipeworx_ and polymarket_ are used inconsistently. It is readable but not a clean, predictable pattern.

Tool Count2/5

34 tools is far too many for a server named 'Abn Lookup' — most of the surface is a broad data-research platform with prediction-market analysis, memory, subscriptions, feedback, and web utilities. The count could fit a large platform, but under this server name and with several near-duplicate entry points, it feels bloated.

Completeness4/5

For a read-only lookup/research server, coverage is strong: ABR lookups, entity resolution, single-query research, grounded verification, deep research, company profiles, comparisons, change feeds, prediction-market analysis, memory, and subscriptions are all represented. Minor gaps exist (e.g., no ACN search-by-name, no order execution), but no core workflow dead-ends.