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

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

Annotations already declare read-only, open-world, and idempotent behavior. The description adds context on routing to sub-tools and returning stable citation URIs, which goes beyond the annotations. No contradiction with the annotations is present.

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

Conciseness2/5

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

The description is excessively long, repetitive, and not front-loaded. It starts with a directive ('PREFER OVER WEB SEARCH') rather than a concise purpose, repeats similar phrases (e.g., 'START HERE', 'STEP UP ONLY WHEN NEEDED'), and includes many domain examples that could be condensed. It lacks a clear, scannable structure.

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?

Given the tool's broad router nature, the description covers its core behavior (routing, filling arguments, returning answers with citations) and provides alternatives. It does not specify output format beyond citing URIs, but that is acceptable without an output schema. The context provided is sufficient for an agent to decide when and how to use it.

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 coverage is 100% with descriptions for all alias parameters. The tool description prose does not add any additional parameter information; it only mentions that it 'fills arguments' for sub-tools, which is unrelated to its own parameters. Per the rubric, since schema coverage is high, baseline is 3.

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's function: routing questions to specialized tools and returning structured answers with citation URIs. It also differentiates from siblings like ask_pipeworx_grounded and deep_research by mentioning when to step up. However, the scope is broad and the description mixes usage instructions with purpose, slightly diluting clarity.

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

Usage Guidelines5/5

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

Explicitly instructs to prefer this tool over web search for most factual questions, and clearly identifies alternatives for specific cases (grounded for hallucination-resistant answers, deep_research for broad/multi-part questions). Includes examples of appropriate queries, leaving no ambiguity about when to use 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.6/5.0
Disambiguation1/5

Several tools appear to do the same thing at the top level: ask_pipeworx, ask_pipeworx_beta (explicitly identical today), and ask_pipeworx_grounded are near-duplicate routing entry points, and deep_research overlaps heavily with them. Among the ct_* tools, ct_count_by_condition, ct_competitive_landscape, ct_sponsor_pipeline, and ct_compare_sponsors all provide overlapping counting/landscape functionality, making correct selection genuinely ambiguous.

Naming Consistency4/5

The overwhelming majority of tools use lowercase snake_case and mostly follow a verb_noun or domain-prefixed pattern (ct_search, ct_get_study, list_subscriptions, validate_claim, resolove_entity). Some names are noun phrases rather than verbs (ct_competitive_landscape, entity_profile, polymarket_edge_tracker) but the overall style is consistent and readable, with only minor deviations.

Tool Count2/5

44 tools is far too many for a server named 'Clinicaltrials'; only 13 tools are actually clinical-trials-specific while the rest span general data lookup, prediction markets, memory, subscriptions, and npm scanning. The count is inflated by redundant entry points (ask_pipeworx/beta/grounded) and overlapping ct tools, making the set feel heavy and unfocused.

Completeness4/5

For the clinical-trials registry domain, the surface is largely complete: search, full study details, results summaries, condition counts, sponsor pipelines, location-based lookup, recent updates, and catalyst tracking are all represented. Minor gaps exist (e.g., historical versions/protocol amendments and advanced filter combinations), but most could be worked around via the universal ask_pipeworx router.