Access and gates

get_gate_design

Return the site's published and draft gate design cells (draft is null when none is in flight), whether unpublished changes exist, a compact theme summary, and a short-lived preview URL when a signing secret is configured and the gate is not public. The preview shows the draft when one exists, else the published design. Canonical GateDesignV1; never returns passwords, access policy, lead fields, revisions or storage paths. Read-only.

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.

Returns

NameType
published_designobject
draft_designobject or null
has_unpublished_changesboolean
preview_urlstring
themeobject

Using it

get_gate_design 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 56 Sentway tools. See connecting over MCP.