create_section
Add a new section to a chapter by providing chapter ID, 2-digit code, and name. Optionally set description and order.
Instructions
Create a section under a chapter. code is exactly 2 digits (e.g. '10').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter_id | Yes | ||
| code | Yes | ||
| name | Yes | ||
| description | No | ||
| order | No |