Sites

list_sites

list_sites: List sites in the current Sentway account, newest-created first. Use this to find existing sites and obtain a site_id before get_site, save_page, publish_site, render_page or any other site tool. 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

This tool takes no parameters.

Returns

NameType
sitesarray of object

Using it

list_sites 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.