add_section
Add a new section to RFC documents by specifying section number, title, and content to structure technical specifications.
Instructions
Add a new section to an RFC document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | RFCDocument | |
| number | Yes | Section number (e.g., '1', '2.1') | |
| title | Yes | Section title | |
| content | Yes | Section content |