Smithery

find_breakpoints

Detect responsive layout breakpoints for a URL. Scans viewport widths from 320px to 1920px and identifies where significant layout changes occur (large height jumps, content reflows). Returns a list of detected breakpoint widths.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called find_breakpoints? See providers with this name

Input Schema


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