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,743 across 1500 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.

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, but the description goes well beyond by disclosing the exact success return shape, the refusal schema, and specific refusal_reason enum values. It also transparently reveals the cost tradeoff of an extra LLM call, which is behavioral information not present in annotations or schema.

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 earns its place: purpose, routing comparison, success/refusal contract, use cases, and cost tradeoff. The structure is front-loaded with the core value proposition and then moves logically through behavior, usage, and alternative. Despite its length, there is no redundant or filler content.

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?

With no output schema present, the description fully compensates by detailing both the success response fields and the refusal response shape. It also covers when-refusal happens, when to prefer the alternative tool, and the behavioral cost difference. Nothing an agent needs to invoke and interpret this tool safely is missing.

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 at 100% coverage, each marked as an alias for 'question,' so the baseline is 3. The description adds no parameter-specific semantics beyond noting that the tool 'fills arguments' during routing, which does not meaningfully deepen understanding of the question parameter itself.

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 opens with 'Hallucination-resistant answer mode for high-stakes reads,' immediately defining the tool as a grounded answer mode with a specific verb-like purpose. It distinguishes itself from sibling ask_pipeworx by explicitly stating 'Same routing as ask_pipeworx' while adding that it extracts the answer 'using ONLY what the tool result contains.' This makes the tool's identity and differentiation 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?

The description explicitly states when to use this mode: 'Use whenever an answer will be quoted, cited, or acted on, and the agent must not invent facts,' with concrete examples like financial verdicts and legal claims. It also gives a clear alternative and tradeoff: 'Costs one extra LLM call vs ask_pipeworx — prefer ask_pipeworx for casual lookups.' This fully informs selection between the tool and its sibling.

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
Disambiguation2/5

The tool set includes multiple overlapping tools (ask_pipeworx variants, many polymarket tools) that serve similar purposes, and there is a sharp domain split between food tools and Pipeworx data tools, making it hard for an agent to choose correctly.

Naming Consistency2/5

Tool names are inconsistent, mixing verb_noun (search_food), noun_verb (nutrition_analysis), prefixed (pipeworx_feedback, polymarket_arbitrage), and no pattern. Some use underscores, some use whole words.

Tool Count3/5

34 tools is on the high side, and the scope is extremely broad (food, data queries, prediction markets, subscriptions), which could overwhelm an agent, but the number alone is not extreme.

Completeness2/5

As a food API server, it is missing key features like recipe details, ingredient substitution, or meal planning, while including many extraneous tools. The data analytics tools are extensive but not aligned with the server's stated purpose.