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,801 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. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description doesn't repeat those. It adds valuable behavioral context: the tool costs an extra LLM call, may return an explicit refusal instead of inventing answers, and specifies the refusal_reason enum. It also discloses the extraction-only-from-result behavior. One minor gap: it doesn't explicitly say what happens when the tool result is empty, but the refusal_reason enum covers data_truncated and not_in_source, which is sufficient.

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 front-loads the key differentiator ('hallucination-resistant') and the routing behavior, then gives the return contract, refusal modes, and usage guidance. It packs a lot into a few sentences without redundancy. The only slight inefficiency is repeating 'ask_pipeworx' three times, but that serves the comparison purpose.

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?

For a single-parameter tool with rich annotations (readOnly, idempotent, non-destructive) and no output schema, the description covers everything an agent needs: what it returns on success and failure, the refusal_reason enum, when to use it, and the cost tradeoff. The absence of an output schema is compensated by the detailed return contract. This is complete for the tool's complexity.

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% — the schema documents the 'question' property and its five aliases. The description adds that the question is 'natural language' and lists aliases, which slightly overlaps with schema but clarifies intent. Since the schema already fully documents the parameter, the description adds marginal value beyond it. Baseline 3 is appropriate.

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 a specific verb ('answer') with a distinguishing feature ('grounded', hallucination-resistant), and explicitly contrasts with its sibling 'ask_pipeworx' by naming it and describing the difference. It names the return contract and the refusal modes, so an agent can distinguish it from the other 33 siblings 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 explicitly states when to use this tool ('whenever an answer will be quoted, cited, or acted on... must not invent facts') and when to prefer the alternative ('prefer ask_pipeworx for casual lookups'). It also names the sibling 'ask_pipeworx' as the alternative. This is exemplary usage guidance.

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

The descriptions are extraordinarily detailed and genuinely differentiate most tools, but the set contains near-clones (ask_pipeworx, ask_pipeworx_beta which is explicitly 'identical' to it, and ask_pipeworx_grounded) plus five polymarket tools whose boundaries (arbitrage vs edges vs edge_tracker vs fill_risk vs kalshi_spread) overlap enough to cause misselection. An agent navigating this surface must read full descriptions to choose correctly, which defeats quick tool selection.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern (ask_pipeworx, compare_entities, resolve_entity), but there are clear deviations: bare single-word verbs (remember, recall, forget, subscribe, unsubscribe), prefix-family names (pipeworx_feedback, pipeworx_trending; polymarket_edges, polymarket_fill_risk), and a disjoint ArcGIS trio (layer_info, query_layer, search_datasets) that breaks the dominant convention. It is readable but not predictable across the whole set.

Tool Count2/5

34 tools is far beyond what the 'Arcgis Orovalley' purpose warrants — only 3 tools (search_datasets, layer_info, query_layer) actually relate to GIS, with 31 unrelated tools bolted on covering financial data, prediction markets, memory, subscriptions, and AI visibility. This is a sprawling mega-server where an agent must hold an enormous option set in mind; the surface appears to be several platforms fused together rather than one well-scoped toolset.

Completeness3/5

The genuine ArcGIS surface (search datasets → layer_info → query_layer) is a complete read-only workflow with no dead ends, and the Pipeworx side is impressively comprehensive (routing, grounded answers, research, entity, compare, resolve, validate, memory, subscriptions, feedback). But the tool set as a whole serves no single coherent domain — the declared purpose (ArcGIS Oro Valley data) lacks any write/editing operations, while the majority of the surface addresses unrelated concerns, so 'complete' only applies to one small slice of the 34 tools.