check_knowledge_quality
Validate the knowledge base for consistency and structural correctness. Returns a quality score and prioritized issue list to spot regressions.
Instructions
Validate the knowledge base for consistency and structural correctness. Read-only.
Does not modify any files or the vector index. Use periodically
or after adding many documents to spot quality regressions.
Use validate_doc() instead to check a single document before committing.
Use get_index_stats() to check chunk counts rather than quality.
Args:
project: Target project name (optional)
Returns:
Quality score 0–100, counts of critical/warning/info issues,
and a per-file issue list tagged [!] critical, [~] warning, [i] info.
Critical issues cause files to be skipped during indexing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |