coda_create_folder
Creates a new folder within a specified Coda workspace, returning its ID and metadata for organizing documents.
Instructions
Create a new folder in a Coda workspace.
Creates a folder in the specified workspace. Returns the new folder's ID and metadata. Use the folder ID when creating docs with coda_create_doc to organize them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new folder | |
| description | No | Description for the folder | |
| workspace_id | Yes | Workspace ID where the folder will be created |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |