Skip to main content
Glama

report.generate

Read-onlyIdempotent

Generate client-deliverable web analysis reports in HTML or PDF. Aggregates sections, motion patterns, quality scores, and screenshots from analyzed web pages.

Instructions

分析済みWebページのレポートをHTML(インタラクティブ)またはPDF(印刷用)形式で生成します。セクション構成、モーションパターン、品質スコア、スクリーンショットを集約したクライアント納品可能なレポートを出力します。 / Generates analysis reports in HTML (interactive) or PDF (printable) format. Aggregates sections, motion patterns, quality scores, and screenshots into a client-deliverable report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
web_page_idYesレポート対象のWebページID / Web page ID for report
formatYes出力フォーマット / Output format: html or pdf
titleNoレポートタイトル(省略時は自動生成) / Report title (optional)
include_screenshotNoスクリーンショット埋め込み / Include screenshot
include_motionNoモーションパターン / Include motion patterns
include_qualityNo品質評価 / Include quality evaluation
Behavior3/5

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

Annotations already provide readOnlyHint and idempotentHint. The description adds context about output formats and content aggregation, but does not disclose potential side effects like file storage or resource consumption. No contradiction with annotations.

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 two sentences in English and Japanese, front-loaded with key action and format, and every sentence adds meaningful information without redundancy.

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 6 parameters, complete schema coverage, and no output schema, the description adequately explains what the report contains and the formats. However, it lacks details about the response (e.g., file reference or download link) and does not cover error conditions or prerequisites.

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?

All parameters are documented in the schema (100% coverage). The description adds value by explaining that the parameters control aggregation of sections, motion, quality, and screenshots, but does not provide deeper semantics beyond what the schema offers.

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 generates analysis reports in HTML or PDF format, aggregating sections, motion patterns, quality scores, and screenshots. It specifies the verb 'generates' and the resource 'report', making the purpose distinct from sibling tools that analyze individual aspects.

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 usage context (client-deliverable report) but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites.

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/TKMD/ReftrixMCP'

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