We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/serkan-ozal/browser-devtools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pdf.md•593 B
# /pdf
Save the current page as a PDF file.
## Usage
```
/pdf [filename]
```
## Description
Saves the current page as a PDF file. Useful for generating reports, documentation, or archiving web content.
## Arguments
- `filename` (optional): Output filename (default: page title or URL-based name)
## Examples
```
/pdf
/pdf report.pdf
/pdf invoice-2024.pdf
```
## Options
The PDF includes:
- Full page content
- Proper pagination
- Print-optimized styling (uses @media print styles)
- Headers and footers (if configured)
## MCP Tools Used
- `content_save-as-pdf` - Save page as PDF