Skip to main content
Glama

Pipeworx Trending

pipeworx_trending
Read-onlyIdempotent

What other AI agents are calling on Pipeworx right now. Returns the top tools, top packs, and total call volume over a recent window (24h, 7d, or 30d). Useful for: (1) discovering what data sources are hot for current events, (2) confirming a popular tool is the canonical choice before asking your own question, (3) seeing whether your use case aligns with what most agents need. Self-aggregating signal — derived from CF analytics-engine, no PII, just (pack, tool, count). Cached 5min-1h depending on window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNo24h (default) | 7d | 30d. Shorter windows surface what's hot right now; longer windows show steady-state demand.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description goes further by revealing the data provenance (CF analytics-engine), privacy guarantees (no PII), and caching behavior (5min-1h), which are not captured in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by output details and a compact bulleted usage list. It's slightly verbose in the 'Useful for' section but each element contributes value, earning a solid structure rating.

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?

Despite lacking an output schema, the description explicitly states the return contents (top tools, top packs, total call volume). It also covers caching and privacy context, making the tool's behavior predictable for an agent. The absence of error handling or edge-case details is acceptable for a read-only aggregation tool.

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?

The single optional parameter 'window' is fully documented in the schema with its enum values and semantics (shorter windows for hot trends, longer for steady-state). The description adds no additional parameter-specific information, so it neither compensates nor falls short—the schema carries the weight.

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 explicitly states the tool's function: reporting what other AI agents are calling on Pipeworx, with specific outputs (top tools, top packs, call volume). It distinguishes itself from sibling tools like ask_pipeworx or discover_tools by focusing on aggregate trending data rather than individual queries or search.

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 'Useful for' list explicitly outlines three concrete scenarios for using this tool, such as discovering hot data sources or confirming canonical tool choices. While it doesn't name alternative tools to avoid, it provides clear contextual guidance on when this tool adds value.

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 have unclear boundaries: ask_pipeworx_beta currently behaves identically to ask_pipeworx, and the five Polymarket tools (arbitrage, edges, bet_research, fill_risk, edge_tracker) overlap heavily in the 'should I bet on X' use case. The detailed descriptions help, but an agent could easily misselect between these clusters.

Naming Consistency2/5

Naming is highly inconsistent: verb_noun (ask_pipeworx, compare_entities, resolve_entity), noun_noun (entity_profile, table_meta, polymarket_edges), single verbs (remember, forget, recall), and brand-prefixed compounds (pipeworx_trending, polymarket_kalshi_spread) are all mixed together. The server name 'Stat Gl' also doesn't align with the Pipeworx-heavy tool set.

Tool Count2/5

34 tools is well beyond the 25+ threshold that signals an oversized surface, and the set spans disparate domains: data querying, prediction markets, entity research, memory, subscriptions, and even niche utilities like generate_llms_txt and scan_dependency. While each tool has a described purpose, the count feels bloated for a coherent server.

Completeness4/5

Within its actual domains, coverage is strong: query, grounded verification, deep research, claim validation, entity profiles, comparisons, memory CRUD, and subscription lifecycle are all present, plus a complete Statistics Greenland browse/schema/query trio. Minor gaps exist (e.g., limited subscription event types, US-centric company profiles), but agents can typically find a working path without dead ends.