create_status_page_section
Create a section on a status page to organize components, using a display name, unique URL-friendly slug, and optional position within the page.
Instructions
Create a new section within a status page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Section display name (required), e.g. "API services". | |
| slug | Yes | URL-friendly slug (required, unique within the page), e.g. "api". | |
| position | No | Display position within the page (smaller renders earlier). | |
| pageIdentifier | Yes | Status page UID or URL-friendly slug, e.g. "public". |