Skip to main content
Glama

save_output

Save the current page as a screenshot, HTML source, or PDF file, with optional filename and folder.

Instructions

Save the current page as a screenshot, HTML source, or PDF file. Args: format: 'screenshot', 'html', or 'pdf'. filename: Output filename. Defaults to 'screenshot.png', 'page_source.html', or 'page.pdf' depending on format. folder: Optional folder to save into. If 'screenshot' format, then the page is saved as a PNG (.png) file. If 'html' format, then the page source is saved to an HTML (.html) file. If 'pdf' format, then the page is saved as a PDF (.pdf) file. SECURITY: filename/folder can potentially expose filesystem operations to an MCP client. Existing files could get overwritten with the save.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderNo
formatNoscreenshot
filenameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations present, the description carries the full burden of disclosing behavior. It does well by calling out the filesystem exposure risk and the fact that existing files could be overwritten. It could additionally mention the return value or error behavior, but the critical side effects are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded, with a clear purpose sentence, an Args section, and a security note. There is some mild redundancy in repeating format-specific output behavior after already listing the formats, but the information is useful and compact.

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?

For a save operation with three optional parameters and an output schema available, the description covers formats, defaults, folder usage, and security implications. It does not explain the return value or failure behavior, but the output schema likely covers the return shape, making the description sufficiently complete for an agent to invoke it correctly.

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 has no property descriptions (0% coverage), but the description fully compensates by explaining each parameter, the allowed enum values, default filenames per format, and the optional folder. This adds significant meaning beyond the schema's bare property names.

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 names the operation ('Save the current page') and the supported output formats (screenshot, HTML source, PDF). It is specific and distinct enough from sibling tools like navigate or get_page_content, though it does not explicitly differentiate itself from any sibling.

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 gives clear context for when to use the tool: saving the current page in one of three formats. It documents format-specific behavior and defaults, but it does not explicitly state when not to use it or mention alternatives, so it stops short of a 5.

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/seleniumbase/seleniumbase-mcp'

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