You're viewing a demo portfolio

Join the waitlist
PRSM

research_corroborate

Active

Tool of SaSame Research Agent

declared in 1.9.0

Injection-quarantined EVIDENCE GRAPH for any research query. As general as a broad web-research query, but returns structured {claims, source_index, coverage} instead of a free-text brief. Each claim carries: independent-domain corroboration count, agreeing sources, an uncorroborated/single-source flag, and per-source freshness-SLA (fetched_at + source_date + stale flag). Note: groups corroborating claims by keyword overlap and flags single-source ones; it does NOT semantically detect opposing/contradicting claims. Zero upsell in any LLM-ingested field — all commercial content lives in _meta only. Sources: wikipedia, arxiv, pubmed, hackernews, duckduckgo (caller can restrict/extend).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Research question or claim to investigate"
    },
    "sources": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Restrict to a subset of sources: wikipedia, arxiv, pubmed, hackernews, duckduckgo. Default: all five."
    },
    "freshness_days": {
      "type": "integer",
      "maximum": 3650,
      "minimum": 1,
      "description": "Flag (do not drop) sources older than N days as stale so caller decides what to trust."
    },
    "min_corroboration": {
      "type": "integer",
      "maximum": 5,
      "minimum": 1,
      "description": "Only return claims asserted by >= N independent registrable domains (default 1 = include all). Set 2+ for cross-confirmed-only."
    }
  }
}

What this tool wraps· 5 endpoints

min confidence0.700.50

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
research_corroborate — SaSame Research Agent — PRSM MCP