fact_check_document
Fact-check Markdown notes using a local LLM and free sources. Identifies verified, contradicted, or uncited claims, with optional auto-correction.
Instructions
Fact-check a Markdown/Obsidian note using a local LLM (Ollama) and free sources (Wikipedia, DuckDuckGo). Identifies claims that are verified, contradicted, or need a citation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the Markdown file to check | |
| auto_fix | No | Apply citations/corrections to the file (default: false) | |
| check_level | No | Max number of claims to verify (basic: 5, thorough: 15, academic: 50) | thorough |