coda_create_folder
Create a new folder in a Coda workspace to organize documents. Provide workspace ID and folder name, and get the folder ID and metadata for grouping docs.
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 | |
| workspace_id | Yes | Workspace ID where the folder will be created | |
| description | No | Description for the folder |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |