Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It declares read-only and no modification of files or vector index. It details return values but does not mention rate limits or auth requirements, though these may not be critical for this tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise and well-structured: purpose, behavioral guarantee, usage guidance, parameter documentation, and return description in a logical order with no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Comprehensive given the context: describes return values (quality score, issue counts, per-file list) and output schema exists. Differentiates from siblings adequately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description explicitly documents the project parameter as an optional target project name, adding meaning beyond the schema's default string type.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool validates the knowledge base for consistency and structural correctness, with a specific verb and resource. It distinguishes from siblings like validate_doc (single document) and get_index_stats (chunk counts).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (periodically or after adding documents) and when not to use, providing alternatives: validate_doc() for single documents and get_index_stats() for chunk counts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dl4rce/flaiwheel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server