Skip to main content
Glama

skill_validate

Validates consistency between Skills and MCP tools. Supports batch checks, single skill validation, and bidirectional mapping queries.

Instructions

Skill 与 MCP 工具一致性校验与映射查询。v1.9.5 起合并 skill_consistency_check / skill_mcp_validate / skill_tools_map。mode=consistency 批量校验所有 Skill 引用的工具是否与 tools/ 目录一致;mode=mcp_validate 校验单个 Skill 定义的工具依赖是否与 MCP 服务器一致;mode=tools_map 查询 Skill↔Tool 双向映射。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo工作模式:consistency(批量校验全部 Skill,默认)、mcp_validate(校验单个 Skill,需传 skillName)、tools_map(查询 Skill↔Tool 映射,需传 skillName 或 toolName)consistency
toolNameNo工具名称(仅 mode=tools_map 生效),返回引用该工具的所有 Skill
skillNameNoSkill 名称(mode=mcp_validate 时必填;mode=consistency 时可选,仅校验单个 Skill;mode=tools_map 时与 toolName 至少传一项)
strictModeNo校验严格度(mode=consistency 和 mode=mcp_validate 生效):strict=缺失工具时报错(passed:false),warn=仅警告不阻断strict
includeDetailsNo是否包含每个工具的 step/required/description 等详情(仅 mode=tools_map 生效)
Behavior3/5

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

With no annotations, the description carries full burden. It explains the three modes and parameter conditions but does not disclose behavioral traits such as whether the tool is destructive, requires specific permissions, or has rate limits. For a validation/query tool, it likely is read-only, but that is not stated.

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?

The description is a single paragraph that efficiently conveys purpose, merge history, and mode behavior. It front-loads the core function and uses enumeration. While it could be more structured (e.g., bullet points), it is not verbose and every sentence adds value.

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 5 parameters and no output schema or annotations, the description adequately covers input semantics and mode conditions. However, it does not describe the tool's return value or output format, which is important for an agent to understand what to expect after invocation. This gap reduces completeness.

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 100%, providing a baseline of 3. The description adds significant value beyond the schema by explaining the purpose of each mode in relation to parameters (e.g., mode=consistency for batch, mode=mcp_validate requires skillName). It clarifies the interplay between mode and parameter requirements, which the schema alone only hints at.

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 states the tool performs 'Skill与MCP工具一致性校验与映射查询' and enumerates three distinct modes (consistency, mcp_validate, tools_map), each with a clear verb+resource. It effectively distinguishes from sibling tools by explicitly noting it merged the older separate tools (skill_consistency_check, skill_mcp_validate, skill_tools_map) as of v1.9.5.

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?

The description explains when to use each mode (batch vs single validation vs mapping) and lists required parameters per mode. However, it does not explicitly state when not to use this tool or mention alternative tools (e.g., the deprecated sibling tools). The context is clear but lacks explicit exclusions.

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/validpilot/ai-verify-mcp'

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