Validate Graph Entities
graph_validateScan entities and edges for quality issues like generic names, type mismatches, and near-duplicates. Use after extraction to catch bad data before it enters the graph.
Instructions
Scan recently extracted entities and edges for quality issues: generic names, reference language, type mismatches, near-duplicate names, and extreme confidence values. Call this after a dream process extraction batch to catch bad data before it settles into the graph. Returns up to max_issues records of shape {entity_id, name, type, issue, severity} where severity is high/medium/low. Read-only — pair with graph_delete or graph_unmerge to act on flagged items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_session | No | Limit checks to entities extracted in this session. Omit to scan the whole graph. | |
| max_issues | No | Maximum number of issues to return (default 50). |