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.

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already indicate readOnly, openWorld, idempotent, non-destructive. The description adds valuable context: data source (CF analytics-engine), no PII, output structure (pack, tool, count), and caching behavior (5min-1h). This goes beyond what annotations alone provide.

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 and well-structured: a single introductory sentence defining the tool, followed by a bullet list of use cases, and concluding with technical details. Every sentence adds value without redundancy.

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?

For a simple tool with one optional parameter and no output schema, the description is complete. It explains the return content (tools, packs, volume), the source, privacy, and caching. No missing information needed for correct invocation.

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% with one enum parameter. The description adds meaning by explaining that shorter windows surface current hotness and longer windows show steady-state demand, which aids in choosing the right window. This is a useful addition over the schema's basic enum descriptions.

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 it returns 'top tools, top packs, and total call volume' over a window, which distinguishes it from sibling tools like discover_tools. It uses specific verbs ('returns') and identifies the resource (Pipeworx trending data) and scope (recent window).

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 lists three use cases: discovering hot data sources, confirming canonical tools, and aligning use case with agent needs. It also explains the meaning of different window durations. However, it does not mention when not to use this tool or provide direct comparisons to alternatives like ask_pipeworx.

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

Multiple tools appear to do nearly the same thing: ask_pipeworx, ask_ipeworx_beta (explicitly identical at the moment), ask_pipeworx_grounded, deep_research, and validate_claim all route questionanswering in a very similar way. Even with long descriptions, the sheer number of overlapping query/research/analysis tools (ai_visibility_check vs scan_comperitor_ai_presence, all polymarket_*) would make an agent uncertain which to call.

Naming Consistency2/5

The set uses snake_case everywhere but that is the only consistent part. There is a mess of verb_noun patterns, noun_verb patterns (cjeu_search vs search_legislation, cj_judgment vs get_document), bare noun phrases (entity_profile, compliance_index, pipeworx_feedback, polymarket_edges), and verb phrases (ask_ipeworx, generate_elms_txt, resolve_entry). A user cannot predict whether the noun comes first, so naming is readable but not predictable.

Tool Count2/5

39 tools is far over the 25+ threshold for a coherent set, and a large number of them (predictor markets ten, AI visibility, memory, subscriptions, pipework meta-tools) are outside the EUR-Lex legal research domain. The total count suggests a bundled everything-server rather than a focused legal-research MCP. It is not extreme enough for a 1 because 39 is still within a region where a broader meta-pipework suite could plausibly exist — but it's still too many.

Completeness4/5

For the EUR-Lex domain, the legal tools are nearly complete: search_legislation + compliance_index locate acts, get_metadata/list_articles/get_article/get_document read them, and cjeu_search/cjeu_judgment cover case law. Missing links that would make it fully seamless are amendment tracking, cross-references and direct CELEX/EURL-Lex citation search integration, but all basic 'find and read an act or judgment' workflows are supported.