Skip to main content
Glama

Screenshotline

read_page

Render a web page and return its content as clean Markdown. The page is fully rendered first - JavaScript executed, consent banners dismissed, lazy images loaded - so this works on sites that return nothing useful to a plain HTTP fetch. Prefer this over screenshot when you need to read or reason about the text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe page to read. Must be http or https.
max_charsNoTruncate the Markdown to this many characters. 0 or omitted means no limit.
block_chatsNoRemove live-chat widgets. Default true.
block_popupsNoRemove newsletter and donation interstitials. Default true.
strip_chromeNoDrop navigation, headers, footers and sidebars, keeping the main content. Default true. Set false for a full transcript of the page.
block_cookie_bannersNoRemove consent banners. Default true.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden, and it does disclose meaningful behavior: full rendering with JavaScript execution, lazy-image loading, and automatic consent-banner dismissal. It omits auth/rate-limit or failure behavior and never explicitly states it is a side-effect-free read, so it falls just short of full disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: what it does, why the rendering matters, and when to prefer it over the sibling. The primary purpose and the capability differentiator are front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so the description correctly states the return type (clean Markdown), and all six parameters are covered by the schema. It is nearly complete but says nothing about output size limits, pagination, or error cases for an unfetchable page.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all six parameters, setting the baseline at 3. The description reinforces the default-on cleanup behavior (consent banners) but adds no syntax, format, or default nuance beyond the schema itself.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb+resource ("Render a web page") plus the output form ("clean Markdown"). It also differentiates from the sibling screenshot by describing the text-oriented use case, so an agent can pick between them without opening either schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly names the alternative (screenshot) and the condition that selects this tool: "Prefer this over screenshot when you need to read or reason about the text." It also gives a context trigger for use — JS-heavy sites that return nothing to a plain HTTP fetch.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources