verify_fact
Assess a claim by retrieving related knowledge-graph facts, then decide if the evidence supports or contradicts the statement.
Instructions
Retrieve knowledge-graph evidence relevant to a statement.
USE WHEN: You want to check a claim against the graph. Returns related facts; the caller judges whether they support or contradict the statement. No boolean verdict — entailment is the caller's job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| statement | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evidence | Yes | Related facts from the knowledge graph, ranked by relevance | |
| statement | Yes | The statement the evidence was gathered for |