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

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

The description fully discloses that the tool fetches data via internal routing, extracts answers only from the tool result, and returns an explicit refusal with a reason when the data does not directly answer. Combined with the readOnlyHint and idempotentHint annotations, the behavior is transparent and not contradictory.

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 well-structured but somewhat verbose, with repeated emphasis on 'only what the tool result contains' and the tool count/routing detail. It remains scannable and includes essential trade-off information, though a slightly tighter wording would improve focus.

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?

The description provides a sufficient mental model: it explains the internal routing, the return shape (answer, evidence, confidence, source, fetched_at, refusal_reason), and the refusal cases. It lacks a full output schema, but the textual return structure and usage context are complete enough for an agent to understand expected behavior without ambiguity.

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?

The schema already documents all six parameters as aliases for the single 'question' field with 100% coverage. The description adds no further parameter-specific semantics, so a baseline score of 3 is appropriate given the schema's completeness.

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?

Clearly states its purpose as a hallucination-resistant answer mode for high-stakes reads, explicitly distinguishing itself from ask_pipeworx by its grounded extraction behavior. The verb 'asks' and the answer/evidence return structure make the tool's function unambiguous.

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?

Provides explicit guidance on when to use this tool (when answers will be quoted, cited, or acted on and facts must not be invented) and when to prefer the alternative (casual lookups via ask_pipeworx). Also notes the extra LLM call cost as a trade-off, which is practical routing advice.

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

Multiple tools have heavily overlapping purposes: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all answer data questions, while discover_tools and suggest_questions both serve discovery. The three ArcGIS tools are distinct but are drowned out by the unrelated Pipeworx and prediction-market tools, making it hard to pick the right one.

Naming Consistency3/5

Tool names are mostly snake_case but mix verb_noun (query_layer, search_datasets, remember), noun_noun (layer_info, entity_profile), and less conventional forms (search_within, generate_llms_txt). The naming is readable and not chaotic, but there is no single consistent pattern across the set.

Tool Count1/5

34 tools is excessive for a server named 'Arcgis Palmbeach'. Only 3 tools are GIS-related (search_datasets, query_layer, layer_info); the other 31 are unrelated Pipeworx data, prediction-market, and memory utilities. The count grossly mismatches the server's apparent purpose.

Completeness1/5

For the stated ArcGIS/Palm Beach County GIS purpose, the tool surface is severely incomplete: only search, query, and layer-schema lookup exist, with no data editing, feature operations, or map-service management. While the Pipeworx domain is heavily covered, that is not what the server name promises, so the surface is a poor fit.