coda_create_page
Creates a new page in a Coda document, specifying name, optional markdown content, and optional parent page for organization.
Instructions
Create a page in the current document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document to create the page in | |
| name | Yes | The name of the page to create | |
| content | No | The markdown content of the page to create - optional | |
| parentPageId | No | The ID of the parent page to create this page under - optional |