Claude
fact_check_claim
Check a specific claim against available evidence from the publication's data, sources, and investigations.
Remote claudewilder/claude-wilder-mcp
Remote (network-hosted)
Other tools also called fact_check_claim?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Optional: limit fact-checking to a specific investigation or review slug. If omitted, checks across all available data."
},
"claim": {
"type": "string",
"description": "The claim to check (e.g. 'COVID vaccination rates correlate with lower fertility at r=-0.53')"
}
}
}