Skip to main content
Glama
Tausifonly001

FactAnchor-MCP

fetch_verified_context

Fetch real web text for a factual topic and anchor the AI response to only that verified context, preventing hallucinations and enforcing source citations.

Instructions

Fetch real, source-of-truth web text for a topic and wrap it in a strict fact-anchoring guardrail so the LLM answers ONLY from it.

Use this tool BEFORE answering any factual question. Then answer the user strictly from the returned block and follow the embedded STRICT RULES (never guess, cite sources in brackets, do not use pre-trained knowledge for missing info).

Args: query: The factual topic or question to ground. max_results: How many web sources to pull (default 3, max 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It explains the output format (verified_context block with STRICT RULES) and parameter constraints (max_results default/max). However, it does not explicitly state that the tool is read-only or non-mutating, nor mention failure modes or rate limits. This leaves minor ambiguity, but the overall behavior is well described.

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 with a purpose sentence, usage paragraph, and parameter definitions. It is front-loaded with the key action. While clear, it could be slightly more concise (e.g., combining the usage instructions). Every sentence is valuable, so minor trim could improve.

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?

With no annotations or sibling tools, the description adequately covers all aspects: purpose, usage, parameters, and expected output format (<verified_context> block with rules). It lacks explicit mention of edge cases (e.g., no results) but is sufficient for an agent to understand and use the tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It does so effectively: query is described as 'the factual topic or question to ground,' and max_results as 'how many web sources to pull (default 3, max 5).' This adds contextual meaning beyond the schema's titles and types, making the parameters fully understandable.

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 the tool's purpose: 'Fetch real, source-of-truth web text for a topic and wrap it in a strict fact-anchoring guardrail.' It specifies the action (fetch), resource (web text), and outcome (guardrail for fact-anchoring). With no sibling tools, differentiation is not needed.

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 instructs: 'Use this tool BEFORE answering any factual question. Then answer the user strictly from the returned <verified_context> block.' It includes detailed rules (never guess, cite sources, avoid pre-trained knowledge), providing clear guidance on when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tausifonly001/FactAnchor-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server