Publishing

render_page

JPEG screenshot of a published page as an image content block plus metadata. Use to visually verify a publish; not for editing. Published only (drafts -> E_NOT_FOUND). Daily caps per account (free 10, pro 200); over-cap -> E_RATE_LIMITED with retry_after.

Behaviour

Effect
Read only. Calling it never changes anything in the account.
Repeat calls
Idempotent. Repeating the same call produces the same result.
Plan
Available on every plan, including free.

Parameters

NameTypeRequiredDescription
site_iduuidYesSite UUID from list_sites.
pathstringYesPage URL path to render. Defaults to '/index'.
viewportenum
desktop | mobile
Yesdesktop=1440x900 or mobile=390x844. Default desktop.
full_pagebooleanYesWhen true, capture the entire scrollable page; otherwise only the viewport.

Returns

NameTypeDescription
site_iduuid
pathstring
viewportenum
desktop | mobile
widthinteger
heightinteger
revisionstring
full_pageboolean
captured_atstring

Using it

render_page is called by an AI assistant connected to Sentway over MCP, not by hand. Point the assistant at the Sentway MCP endpoint and complete the OAuth flow, and the tool becomes available in the same session as the other 38 Sentway tools. See connecting over MCP.