cgis_validate
Checks graph integrity by reporting unresolved edge ratio and health verdict, ensuring impact analysis results are reliable.
Instructions
Report graph integrity as JSON: edge resolution stats + health verdict.
Check this before trusting ``cgis_analyze_impact`` output β a high
unresolved ratio means callers are missing from the graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | No | SQLite graph built by cgis_ingest. A relative path resolves against the MCP server's working directory, not the agent's β prefer an absolute path. | graph.db |
| threshold | No | Highest unresolved-edge ratio (0-1) still reported as healthy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |