Skip to main content
Glama

validation_report_export

Export validation results as a static HTML report with six structured sections including summary, issues, and evidence for analysis.

Instructions

将最近一次验证结果导出为本地静态 HTML 报告,包含六段式结构:摘要、工具链、发现问题、网络证据、证据产物、待分类项。HTML 报告和 JSON 数据统一输出到 .trae/validations/runs// 目录下;若无活跃 run-id,则输出到 ai-verify-mcp/reports/ 目录。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It adequately describes the output (HTML report and JSON data), the directory structure (dependent on run-id), and the report sections. However, it does not mention potential side effects (e.g., overwriting files) or access requirements. The level of detail is sufficient for a tool with no parameters.

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?

The description is a single, well-structured sentence in Chinese that front-loads the core action. It includes all essential details (output format, structure, directory logic) without extraneous information. Every phrase earns its place.

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?

Given the tool has no parameters and no output schema, the description provides complete context: what it does, the resulting output structure, and where files are saved. It covers all necessary information for a simple export tool.

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?

The tool has zero parameters, so the schema coverage is effectively 100%. According to guidelines, a baseline of 4 is appropriate. The description adds value by explaining the output behavior (directory fallback, report structure) beyond the empty schema.

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

Purpose4/5

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

The description clearly states the tool's primary purpose: exporting the latest validation result as a static HTML report with a specific six-section structure. It uses a strong verb 'export' and specifies the output resource (validation results). While it does not explicitly differentiate from sibling tools like 'validation_report', the description is specific enough to convey its function.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives. It implies it should be used after a validation run, but does not mention when to avoid it or specify any prerequisites or exclusions. No comparative context with sibling tools is given.

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