FactCheck — Plan
factcheckAnalyze a document against reference repositories to identify claims for validation. Provides repository context and instructions for extracting validation items.
Instructions
Stage 1 of fact-checking: analyzes a document against reference repositories.
Returns the document, repository context (README + source file tree), and instructions for you (the AI) to extract validation items. After analyzing, call factcheck_validate with the items you identified.
IMPORTANT: This is a closed-loop pipeline. Do NOT call query, suggestion, or any NotebookLM-backed tool during fact-checking. Do NOT use web search or fetch external URLs. All evidence must come from factcheck_validate only.
Available repositories: octocat/Hello-World, facebook/react
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repos | No | Optional repository subset. If omitted, all are available: octocat/Hello-World, facebook/react | |
| claims | No | Optional explicit claims to append to the document for validation. | |
| document | Yes | The document or text to fact-check against source code. |