Smithery

screenshot_pdf

Export a webpage as a PDF document (A4 format with background graphics). Returns a public URL to the PDF file.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called screenshot_pdf? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL to export as PDF"
    }
  }
}