Skip to main content
Glama

gowitness_screenshot

Capture web screenshots for visual documentation of interfaces and login pages, supporting single URLs, lists, CIDR ranges, and nmap scans for penetration test reports.

Instructions

Capture web screenshots for visual documentation using Gowitness.

Useful for documenting web interfaces, login pages, and web-based findings in penetration test reports.

Args: target: URL (single mode) or path to URL list file (file mode) or CIDR (scan mode). mode: Screenshot mode — single (one URL), file (URL list), scan (CIDR range), nmap (nmap XML). output_dir: Directory to save screenshots (default /tmp/gowitness). timeout: Override default timeout in seconds.

Returns: Screenshot results with file paths, titles, status codes, and technologies detected.

Note: - Requires Chrome/Chromium installed on the system. - Screenshots are saved locally to output_dir. - Target must be in tengu.toml [targets].allowed_hosts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNosingle
targetYes
timeoutNo
output_dirNo/tmp/gowitness

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and does a good job by disclosing external dependencies ('Requires Chrome/Chromium'), saving behavior ('Screenshots are saved locally to output_dir'), and the allowed_hosts constraint. It does not discuss rate limits or potential side effects, but the core behavioral traits are covered.

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 well-organized with clear sections (Args, Returns, Note) and front-loads the primary purpose in the first sentence. Each sentence adds value, such as the return summary and the Chrome/Chromium requirement, without excessive fluff.

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?

For a tool with 4 parameters and a moderate complexity, the description covers parameters, return values, prerequisites, and operational constraints. Even though an output schema exists, it still summarizes the return format, and the notes provide essential environmental context, making it fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides no descriptions (0% coverage), so the description's Args section is the sole source of parameter meaning. It explains 'target' as URL, file, or CIDR based on mode; defines 'mode' options; clarifies 'output_dir' default; and notes 'timeout' as an override. This fully compensates for the lack of schema descriptions.

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 'Capture web screenshots for visual documentation using Gowitness', specifying both the action and the resource. It also mentions specific use cases (documenting web interfaces, login pages, web-based findings), distinguishing it from other scanning tools.

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 provides clear context for when to use it ('Useful for documenting web interfaces, login pages, and web-based findings in penetration test reports') and includes a prerequisite note about allowed_hosts. However, it does not explicitly name alternatives or state when not to use it, so it falls short of full guidance.

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/rfunix/tengu'

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