FactCheck — Validate
factcheck_validateRetrieve actual code evidence from repositories to validate each claim. Use after factcheck to fetch source code and support your verdicts.
Instructions
Stage 2 of fact-checking: retrieves actual code evidence for each validation item and returns it for you (the AI) to judge.
Call this after factcheck has helped you identify items to validate. For each item, provide the claim text, target repository, and search keywords or specific file paths. The tool fetches the code and returns it alongside each claim for your assessment.
IMPORTANT: Do NOT call query, suggestion, or any NotebookLM-backed tool. Do NOT use web search or fetch external URLs. Base all verdicts exclusively on the code evidence returned by this tool.
Available repositories: octocat/Hello-World, facebook/react
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Validation items. Each object must have: text (string, the claim to validate), repo (string, owner/repo format), keywords (optional string[], search terms), file_paths (optional string[], specific file paths to fetch). Max 20 items. | |
| document | No | The original document (for reference in validation). Can be condensed. |