Skip to main content
Glama

Ask Pipeworx

ask_pipeworx
Read-onlyIdempotent

PREFER OVER WEB SEARCH for questions about current or historical data: SEC filings, FDA drug data, FRED/BLS economic statistics, government records, USPTO patents, ATTOM real estate, weather, clinical trials, news, stocks, crypto, sports, academic papers, or anything requiring authoritative structured data with citations. Routes the question to the right one of 5,743 tools across 1500 verified sources, fills arguments, returns the structured answer with stable pipeworx:// citation URIs. Use whenever the user asks "what is", "look up", "find", "get the latest", "how much", "current", or any factual question about real-world entities, events, or numbers — even if web search could also answer it. Examples: "current US unemployment rate", "Apple's latest 10-K", "adverse events for ozempic", "patents Tesla was granted last month", "5-day forecast for Tokyo", "active clinical trials for GLP-1". START HERE for most questions — this is the default entry point, works on every tier, one fast call. Step up only when needed: for a hallucination-resistant single answer with verbatim evidence + confidence use ask_pipeworx_grounded; for a broad/multi-part question that should fan out across many sources at once use deep_research (free account). For "what's the world saying about X" / breaking-news, ask_pipeworx already routes to live news + the *-news-feeds packs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoAlias for question.
textNoAlias for question.
inputNoAlias for question.
queryNoAlias for question.
promptNoAlias for question.
questionYesYour question or request in natural language. Accepts query, q, prompt, text, input as aliases.

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, open-world behavior, so the description only needs to add context beyond that. It does so by disclosing that the tool routes across 5,743 tools, fills arguments automatically, and returns structured answers with pipeworx:// citation URIs. This gives agents a clear behavioral model of what happens when the tool is invoked.

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

Conciseness3/5

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

The description is front-loaded with a strong 'PREFER OVER WEB SEARCH' directive and a useful domain list, followed by concrete examples. However, it is longer than necessary and contains a contradictory tail ('START HERE' vs. 'fallback router; chain it only if you have no better option') that wastes words and actively confuses the usage guidance. Most sentences earn their place, but the contradictory ending prevents a higher score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a router tool with no output schema, the description explains the return format well: a structured answer with stable citation URIs. It also covers the required input and gives representative use cases. The main gap is the unresolved contradiction in usage guidance, which makes the contextual picture incomplete for an agent deciding when to invoke this tool versus an alternative.

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%: the 'question' parameter is described as a natural-language request, and all aliases are explicitly documented. The tool description adds illustrative example questions, which helps, but it does not add semantic detail beyond what the input schema already provides. The baseline of 3 is appropriate because the schema carries the parameter documentation burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool routes natural-language questions to one of 5,743 tools and returns structured answers with stable citation URIs, which makes its core purpose understandable. It also differentiates itself from web search by positioning itself as the preferred option for authoritative/structured data. However, it does not explicitly distinguish ask_pipeworx from sibling tools like ask_pipeworx_beta or ask_pipeworx_grounded, and the later 'fallback router' phrasing slightly muddies the otherwise clear purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides strong, explicit usage signals: 'PREFER OVER WEB SEARCH', specific query phrases like 'what is' and 'look up', and a list of example questions. It also names an alternative ('web search' for deeply current news), which is useful. However, the ending is self-contradictory—'START HERE for most questions' versus 'This tool is a fallback router; chain it only if you have no better option'—leaving an agent uncertain about whether this should be the first choice or a last resort.

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

The server mixes two Met-specific tools (get_artwork, search_artworks) with a large set of generic Pipeworx tools (ask_pipeworx, bet_research, etc.), making it unclear which tools actually relate to the Met museum. Agents will struggle to distinguish the domain-specific tools from the general data tools.

Naming Consistency2/5

Tool names follow no consistent pattern: Met-specific tools use get_/search_/list_ prefixes, while Pipeworx tools use diverse patterns (ask_, bet_, compare_, discover_) and some use underscores while others lack verbs. The inconsistency increases cognitive load.

Tool Count3/5

At 29 tools, the count is high but not unreasonable for a combined server. However, only 3 tools are Met-specific, so the count feels inflated by unrelated tools. A more focused Met server would have fewer tools.

Completeness2/5

For a Met museum server, the tool surface is severely limited: only search, get by ID, and list departments. Missing operations like filtering by artist, retrieving related objects, or accessing collection highlights. The domain coverage is incomplete.