> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Folder

> Create a folder in Dropbox

Create a folder in Dropbox. Returns the existing folder if it already exists.

|                       |                         |
| --------------------- | ----------------------- |
| **App**               | Dropbox                 |
| **Operation ID**      | `dropbox_create_folder` |
| **Type**              | Action                  |
| **Connection**        | `dropbox` (required)    |
| **Credits per run**   | 1                       |
| **Agent / MCP tool**  | Yes                     |
| **Requires approval** | Yes (write operation)   |

## Inputs

| Field         | Type   | Required | Default | Description                                                                                                  |
| ------------- | ------ | -------- | ------- | ------------------------------------------------------------------------------------------------------------ |
| `folder_path` | string | No       | -       | Parent folder path from the Dropbox root, e.g. 'Creative Ads'. Leave empty to create the folder in the root. |
| `folder_name` | string | Yes      | -       | Name of the folder to create, e.g. '2026-08'.                                                                |

## Output

**Type**: `Dict`

Returns the created (or already existing) folder.

**Fields**: `folder_id`, `folder_name`, `folder_path`, `created`
