Getting started
get_authoring_guide
Return one focused section of Sentway's current V2 authoring guide. Start with overview, then request only the sections relevant to the task; use all only for broad end-to-end authoring. Returns { build, section, guide }.
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
| Name | Type | Required |
|---|---|---|
| section | enum overview | mutations | instrumentation | page_types | jsx | publishing | gate_design | assets | analytics | captures | lifecycle | paid_access | all | No |
Returns
| Name | Type |
|---|---|
| build | object |
| section | enum overview | mutations | instrumentation | page_types | jsx | publishing | gate_design | assets | analytics | captures | lifecycle | paid_access | all |
| guide | string |
Using it
get_authoring_guide 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.