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 declare readOnly, openWorld, idempotent, and non-destructive. The description adds value by detailing data source (CF analytics-engine), privacy (no PII), and caching (5min-1h). This exceeds 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 a single efficient paragraph with no wasted words. Key actions and outputs are front-loaded, and use cases are listed compactly. Every sentence earns its place.

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?

Despite no output schema, the description explains the return format (top tools, top packs, total call volume). Data source, caching, and privacy are covered. The tool is simple (one optional param, safe semantics), so no additional detail is needed.

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?

The single parameter 'window' is fully described in the schema (100% coverage). The description adds context about how window length affects results ('shorter windows surface what's hot right now; longer windows show steady-state demand'), enriching the bare schema enum.

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 the tool returns 'top tools, top packs, and total call volume' with a specific resource (Pipeworx trending) and time windows. It differentiates from siblings like 'discover_tools' by focusing on aggregated call volume trends rather than tool discovery.

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?

Three concrete use cases are listed (discovering hot data sources, confirming canonical tool, checking alignment). While it doesn't explicitly say when not to use it, the use cases provide clear guidance. No alternative tools are named, but the sibling list implies such alternatives exist.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, even within clusters like Pipeworx queries (ask_pipeworx vs ask_pipeworx_grounded vs deep_research) and Polymarket tools (bet_research, arbitrage, edges, etc.). Overlap is minimal and explicitly addressed in descriptions.

Naming Consistency5/5

All tool names use snake_case, and most follow a consistent verb_noun pattern (e.g., ask_pipeworx, compare_entities, resolve_entity). Exceptions like remember, reverse are still single words in the same style.

Tool Count4/5

32 tools is on the high side but justified by the wide scope: data querying, betting, memory, subscriptions, and utilities. Each tool earns its place, and the count is not excessive given the breadth.

Completeness4/5

The tool set covers the core workflows of querying structured data, comparing entities, validating claims, scanning dependencies, and monitoring, with few gaps (e.g., no direct data visualization). Minor gaps exist but are manageable.