Skip to main content
Glama

Playwright MCP

by furugen

browser_pdf_save

Convert web pages to PDF with custom filenames using Playwright MCP's browser automation tool. Automate document saving for structured accessibility and efficient content management.

Instructions

Save page as PDF

Input Schema

NameRequiredDescriptionDefault
filenameNoFile name to save the pdf to. Defaults to `page-{timestamp}.pdf` if not specified.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "File name to save the pdf to. Defaults to `page-{timestamp}.pdf` if not specified.", "type": "string" } }, "type": "object" }

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/furugen/playwright-mcp'

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