Toolkit

Page Section Focus

Returns a focused view of one major page region such as the header, body, or footer.

What It Does

Page Section Focus narrows a page inspection down to one major region so workflows can inspect the part that matters instead of dragging along a full-page summary.

How It Works

  • Calls a dedicated page command for section-focused extraction.
  • Lets the caller choose the region to inspect.
  • Can optionally include iframe content when needed.
  • Returns structured data for that section only instead of the full page.

Best For

  • Narrow inspection of a single page region
  • Debugging when only one part of the page matters
  • Follow-up analysis after a broader Page Understanding pass

Behavior Notes

  • It currently focuses on major page regions rather than arbitrary CSS subtrees.
  • It is useful when a full-page summary is too broad for the immediate task.