Skip to main content
Glama

Thor Henning Hetland — signed 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. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

No annotations provided, so description must compensate. It mentions validation outcomes but does not disclose side effects, return format, required permissions, or whether the tool modifies anything. For a linter, assuming read-only is plausible but unstated.

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?

Single sentence, 10 words, front-loaded with primary action. No filler, every word essential.

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

Completeness3/5

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

Given low tool complexity, the description covers core purpose but omits output format (e.g., error list, exit code). No mention of when to use among siblings. Adequate with clear gaps.

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?

One parameter 'manifest' has schema description (100% coverage). Description adds no extra meaning beyond 'path, directory, or HTTPS URL of a knowledge.yaml'. Adequate but not enhanced.

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?

Description clearly states the verb ('validate'/'lint'), the resource ('knowledge.yaml'), and the specific types of issues found (structural errors and navigation-weakening warnings). This distinguishes it from siblings like kcp_load, kcp_plan, etc.

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

Usage Guidelines4/5

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

Implies usage is for validating a knowledge.yaml before executing other actions, but lacks explicit when-not-to-use or alternative tool references. Context from sibling tools suggests distinct purpose, so clarity is high.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: load retrieves content, plan generates a plan, replay cross-examines a plan, trace produces a decision trace, and validate lints the YAML. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent 'kcp_verb' pattern (load, plan, replay, trace, validate), making them predictable and easy to distinguish.

Tool Count5/5

5 tools is well-scoped for the specialized domain of knowledge web planning. Each tool addresses a specific need without excess or deficiency.

Completeness4/5

The tool set covers the core workflow: planning, loading, validating, and analyzing plans. A potential minor gap is the lack of a tool to modify the knowledge configuration or list available units, but the existing surface is sufficient for its intended use.

Resources