Skip to main content
Glama

Ask Pipeworx — Grounded

ask_pipeworx_grounded
Read-onlyIdempotent

Hallucination-resistant answer mode for high-stakes reads. Same routing as ask_pipeworx — picks the right tool from 5,798 across 1517 sources, fills arguments, fetches the data — then EXTRACTS the answer using ONLY what the tool result contains. Returns {answer, evidence (verbatim quote), confidence, source, fetched_at, refusal_reason:null} on success, OR an explicit refusal {answer:null, refusal_reason:"not_in_source"|"no_tool_match"|"tool_error"|"data_truncated"|"llm_error"} when the data doesn't directly answer. Use whenever an answer will be quoted, cited, or acted on, and the agent must not invent facts (financial verdicts, legal claims, medical lookups, public statements). Costs one extra LLM call vs ask_pipeworx — prefer ask_pipeworx for casual lookups.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint/idempotentHint annotations, the description adds valuable behavioral context: it routes through many sources, extracts only from fetched data, returns a structured success shape with verbatim evidence, and explicitly enumerates refusal reasons. The added cost of one extra LLM call is also disclosed. This gives the agent a full behavioral model of the tool.

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?

Every sentence in the description earns its place: what the mode is, how routing works, the success return shape, the refusal contract, when to use it, and the cost tradeoff versus the sibling. The most important qualifier ('Hallucination-resistant answer mode') is front-loaded, and the detail is dense but not redundant.

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 having no output schema, the description fully compensates by specifying the exact success response fields and the complete refusal_reason enumeration. It also covers routing scale, evidence inclusion, and cost implications. An agent has everything needed to invoke this tool correctly and interpret its result.

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%, with all six parameters documented as aliases for the natural-language question. The description adds no per-parameter meaning beyond confirming the tool fills arguments and takes a question, so the baseline of 3 applies; the schema already carries the semantic load.

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 names a specific capability—a hallucination-resistant, grounded answer mode—and clearly distinguishes it from the sibling ask_pipeworx by emphasizing extraction strictly from tool results with explicit refusals when data is insufficient. It states both what the tool does and what makes it different, so an agent can select it without ambiguity.

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?

The description provides explicit when-to-use guidance: 'Use whenever an answer will be quoted, cited, or acted on, and the agent must not invent facts,' with high-stakes examples. It also names the alternative and states when to prefer it: 'prefer ask_pipeworx for casual lookups.' This directly answers the route-vs-alternative question.

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

B3.1/5.0
Disambiguation2/5

The set is split between Wynncraft game data tools and a large Pipeworx data cluster, and within the Pipeworx cluster there is heavy overlap: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical (the beta is currently identical), ai_visibility_check and scan_competitor_ai_presence do essentially the same thing at different granularities, and six polymarket_* tools cover overlapping prediction-market functionality. An agent would frequently struggle to choose the right tool.

Naming Consistency3/5

Snake_case with a mostly verb_noun pattern dominates (ask_pipeworx, compare_entities, resolve_entity, validate_claim), and families like polymarket_* and pipeworx_* are internally consistent. However, there is a notable mix of noun-only tools (guild, item_database, leaderboard, player, news) and the server is named Wynncraft while the majority of tools are Pipeworx-branded, which breaks overall coherence.

Tool Count2/5

40 tools is well beyond the borderline range, and the count is inflated by redundancy: multiple ask_pipeworx variants, several overlapping polymarket tools, a memory trio, and subscription management that arguably belong to a separate server. The Wynncraft portion alone would be nicely scoped (~9 tools), but the merged surface feels heavy and unfocused.

Completeness4/5

The Wynncraft side offers solid read coverage of players, guilds, items, leaderboards, news, and online status, which is appropriate for the domain. The Pipeworx side covers lookup, grounded verification, comparison, research, prediction markets, subscriptions, memory, and feedback, leaving few obvious dead ends for the stated meta-purposes.