Skip to main content
Glama

generate_visual_report

Generate a self-contained HTML visual report from evaluation results, displaying traces, diffs, scores, and timelines. Opens automatically in the browser.

Instructions

Generate a beautiful self-contained HTML visual report from the latest evalview check or run results. Opens automatically in the browser. Call this after run_check or run_snapshot to give the user a visual breakdown of traces, diffs, scores, and timelines. Returns the absolute path to the generated HTML file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
results_fileNoPath to a specific results JSON file. If omitted, uses the latest file in .evalview/results/.
titleNoReport title shown in the header (default: 'EvalView Report')
notesNoOptional note shown in the report header (e.g. 'after refactor PR #42')
no_auto_openNoSet to true to suppress auto-opening the browser (useful in CI). Default: false.
Behavior4/5

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

No annotations, so description carries full burden. Discloses key behaviors: generates self-contained HTML, auto-opens browser, returns file path, uses latest file if not specified. No contradictions.

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?

Three sentences: main action, usage guidance, return info. No wasted words. Front-loaded with purpose.

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

Completeness4/5

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

Covers purpose, usage, behavior, and return value. Missing prerequisites/dependencies but sufficient for a report generation tool that builds on other tools.

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 100% (baseline 3). Description adds significant value: explains that results_file defaults to latest file, gives default for title, example for notes, and purpose for no_auto_open (suppress in CI).

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 verb 'Generate', resource 'HTML visual report', and context 'from latest evalview check or run results'. Distinguishes from siblings by saying 'Call this after run_check or run_snapshot'.

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?

Explicitly says to call after run_check or run_snapshot, giving clear context. Does not provide explicit when-not-to-use or alternatives, but the guidance is sufficient.

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/hidai25/eval-view'

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