Smithery

screenshot_tablet

Capture a screenshot at iPad viewport (820×1180). By default captures viewport-only (not the full scrollable page). Set fullPage to true for full-page capture. Returns device name, dimensions, and public image URL.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called screenshot_tablet? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL to screenshot"
    },
    "format": {
      "enum": [
        "png",
        "jpeg",
        "webp"
      ],
      "type": "string",
      "default": "png",
      "description": "Image format"
    },
    "fullPage": {
      "type": "boolean",
      "default": false,
      "description": "If true, captures entire scrollable page. Default false = viewport-only (recommended for tablet)."
    }
  }
}