Skip to main content
Glama

Cantara wiki — community knowledge web

kcp_validate

Validate (lint) a knowledge.yaml: structural errors and navigation-weakening warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifestYesPath, directory, or HTTPS URL of a knowledge.yaml

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations provided, so the description carries full burden. It mentions the type of issues checked (structural errors, navigation-weakening warnings) but does not detail behavior like read-only nature, output format, or side effects. Lacks specifics that an agent would need to understand consequences.

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

Conciseness4/5

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

One sentence that is front-loaded and direct. Efficient but could be slightly more structured (e.g., separating purpose and output).

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

Completeness2/5

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

Given no output schema and no annotations, the description is too brief. It does not explain what the validation result looks like (success, error list, warnings) or how to interpret them. For a validation tool, this is a notable gap.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already defines the single parameter 'manifest' as path/directory/URL. The description adds no additional meaning beyond the schema, meeting the baseline expectation.

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?

Clearly states the tool validates/lints a knowledge.yaml for structural errors and navigation-weakening warnings. The verb 'Validate (lint)' and resource 'knowledge.yaml' are specific and distinguish from siblings like kcp_load (load) and kcp_plan (plan).

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

Usage Guidelines3/5

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

The description implies use before loading or planning, but does not explicitly state when to use this tool versus alternatives. No guidance on exclusions (e.g., when not to use) or prerequisites.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.