Skip to main content
Glama

Ask Pipeworx Beta

ask_pipeworx_beta
Read-onlyIdempotent

Beta version of ask_pipeworx: identical universal router (same 5,743 tools, same arguments, same response shape) with candidate routing improvements enabled live whenever one is under test. No candidate is active right now (the last was retired on outcome evidence 2026-07-26), so this currently matches ask_pipeworx exactly. Use it exactly like ask_pipeworx when you want the newest routing; results are compared against the stable router to decide what merges. Falls back to nothing — this IS a full working router, just the experimental edge.

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

A4.3/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond the annotations: it warns that candidate routing improvements may be enabled live, states that no candidate is active right now, and confirms this is a full working router with no fallback. These details help the agent understand the experimental, evolving nature of the tool. The annotations already cover safety (readOnly, idempotent, non-destructive), and the description does not repeat or contradict them.

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 compact and information-dense, covering identity, current state, usage guidance, and fallback behavior in four sentences. It is slightly long due to repeated clarifications (e.g., 'Falls back to nothing — this IS a full working router'), but each sentence adds a distinct fact. The key distinguishing point (beta, experimental routing) appears early, aiding quick comprehension.

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?

For a universal router with no output schema, the description covers the essential context: what the tool is, how it currently behaves, when to use it, and that it fully works without fallback. It references 'same response shape' as ask_pipeworx, which presumes familiarity with the sibling. A small gap is that it doesn't describe what a typical response looks like, but this is mitigated by pointing to the identical stable sibling and the absence of output schema.

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%: every parameter, including all aliases (q, text, input, query, prompt) and the main 'question' parameter, has a description in the schema. The tool description only says 'same arguments' and does not add any parameter meaning beyond what the schema provides, which matches the baseline expectation for high coverage.

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 states it is a 'beta version of ask_pipeworx' and an 'identical universal router' that routes questions to the same 5,743 tools, which clearly identifies its purpose. It also differentiates it from the stable ask_pipeworx by emphasizing the experimental candidate-routing aspect. However, it never explicitly says 'answers questions by routing them to appropriate tools,' relying on the reader to understand what a universal router does.

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 tells the agent when to use this tool: 'Use it exactly like ask_pipeworx when you want the newest routing.' It also contrasts with the stable router and mentions that results are compared to decide merges, giving a clear selection criterion. The absence of an explicit 'when not to use' is acceptable because the condition for using it is positively stated and the alternative is named.

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.