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

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

The annotations declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=true. The description adds substantial behavioral context: it describes the return format ({answer, evidence, confidence, source, fetched_at, refusal_reason}), the explicit refusal mechanism with specific refusal_reason values, and the extra LLM call cost. This goes beyond annotations but doesn't fully describe potential side effects (like whether it stores cache) or rate limits. Given the rich annotations and the extra behavioral details, 4 is appropriate.

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 a single paragraph that front-loads the key differentiator ('Hallucination-resistant answer mode') and the return/refusal formats. Every sentence adds value: the routing explanation, the use cases, and the cost tradeoff. It's slightly long but efficient for the amount of behavior it discloses. A 4 because it could be trimmed slightly (the examples in parentheses are useful but could be shortened) but it's well-structured.

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?

Considering the complexity (it's a high-stakes reasoning tool with refusal logic), the description covers the critical aspects: when to use it, what it returns, how it handles failure, and how it differs from its sibling. It doesn't have an output schema, but the description explicitly lists the return fields and refusal reasons. It doesn't explain the routing mechanism in detail, but that's not necessary for invocation. Given the annotations and the description, it's quite complete, though it could mention error handling beyond refusal reasons.

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% for all 6 parameters, and the schema already documents the primary 'question' parameter and its aliases. The description adds minimal extra semantic meaning beyond what the schema provides – it mentions that the question should be 'in natural language' but that's also in the schema. The only extra is the clarification that all aliases map to the same question, which the schema also states. Baseline 3 is correct since schema does the heavy lifting.

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'), resource ('grounded mode of ask_pipeworx'), and the key differentiator: 'Hallucination-resistant answer mode for high-stakes reads.' It distinguishes itself from its sibling ask_pipeworx by explaining it extracts the answer using ONLY what the tool result contains and returns evidence. This is a strong, specific purpose statement.

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: '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).' It also names its alternative: 'prefer ask_pipeworx for casual lookups' and mentions the cost difference. This is clear, actionable 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.8/5.0
Disambiguation2/5

Several tools are near-duplicates: ask_pipeworx_beta is explicitly identical to ask_pipeworx, and discover_tools/suggest_questions plus entity_profile/recent_changes/compare_entities/validate_claim overlap in purpose. An agent selecting among the five ask/deep-research variants or six Polymarket tools will frequently need to read lengthy descriptions to avoid picking the wrong one.

Naming Consistency3/5

Most names are readable snake_case and clear verb_noun phrases like search_articles, resolve_entity, and validate_claim, with helpful families like polymarket_* and timeline_*. However, several tools are bare noun phrases (entity_profile, recent_alerts, pipeworx_trending, tone_distribution), and the memory trio (remember/recall/forget) breaks the domain-prefix pattern.

Tool Count2/5

35 tools is past the 25+ threshold and feels bloated for a server nominally about GDELT; much of the surface is meta/utility tooling (diagnostics, memory, discovery, subscriptions) rather than core news retrieval. Several tools could be consolidated, such as ask_pipeworx_beta and the multiple Polymarket edge/arb/research variants.

Completeness4/5

For its broad data/news/prediction-market scope, the surface is quite complete: GDELT search, volume, tone, and distribution are covered, along with entity resolution, company profiles, comparisons, claim verification, and trade-side analytics. Minor gaps exist, such as no full-text article fetch or direct GDELT raw-event export, but agents can mostly work around them.