Skip to main content
Glama
mizukaizen

nightglass MCP Server

by mizukaizen

take_screenshot

Capture website screenshots as PNG, JPEG, or WebP with options for full-page, mockup frames, delayed capture, and dark mode.

Instructions

Take a screenshot of a website. Returns the screenshot as a PNG image. Supports viewport screenshots, full-page captures, and mockup mode (screenshot wrapped in a browser frame).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the website to screenshot
delayNoMilliseconds to wait after page load before capturing (useful for JS-heavy sites)
styleNoraw = plain screenshot, mockup = screenshot wrapped in a browser frameraw
formatNoImage format (default: png)png
dark_modeNoEmulate dark colour scheme via prefers-color-scheme: dark
full_pageNoCapture the full scrollable page instead of just the viewport
viewport_widthNoViewport width in pixels (default: 1280)
viewport_heightNoViewport height in pixels (default: 720)
Behavior3/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It mentions that the result is a PNG (though format is configurable) and lists supported capture modes, but it does not disclose potential limitations, error conditions, or the binary nature of the response. The description adds some value but leaves gaps typical of a simple screenshot tool.

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: the first states the primary action and return type, the second lists the main capabilities. It is tightly written with no redundant information, and the most essential facts are front-loaded.

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?

With a rich 100%-covered schema and no output schema, the description covers the core purpose and supported modes. The only minor gap is the statement that it returns PNG while the format parameter allows jpeg/webp, and it does not explicitly mention the response is a binary image. Overall it is complete enough for an agent to invoke correctly.

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?

Schema coverage is 100% and every parameter (url, delay, style, format, dark_mode, full_page, viewport dimensions) has its own description. The tool description does not add any parameter-specific semantics beyond what the schema already provides, so the baseline of 3 is appropriate.

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 action ('Take a screenshot of a website') and the resource, and it enumerates the supported modes (viewport, full-page, mockup). This distinguishes it from the unrelated sibling check_balance and leaves no ambiguity about what the tool does.

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 the tool (capturing website screenshots) but does not include explicit when-not-to-use guidance or alternatives. Since the only sibling is unrelated, this is adequate and matches the 'clear context, no exclusions' level.

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/mizukaizen/nightglass-mcp'

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