> ## 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 Spreadsheet

> Create a brand new Google Spreadsheet document

Create a brand new Google Spreadsheet document

|                      |                             |
| -------------------- | --------------------------- |
| **App**              | Google Sheets               |
| **Operation ID**     | `sheets_create_spreadsheet` |
| **Type**             | Action                      |
| **Connection**       | `drive` (required)          |
| **Credits per run**  | 1                           |
| **Agent / MCP tool** | Yes                         |

## Inputs

| Field              | Type   | Required | Default | Description                                                                                                                         |
| ------------------ | ------ | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `spreadsheet_name` | string | Yes      | -       | The name of the new Google Spreadsheet to create.                                                                                   |
| `folder_id`        | string | No       | -       | Optional Google Drive folder ID where the new spreadsheet should be created. The folder must be explicitly accessible to Markifact. |

## Output

**Type**: `Dict`

Returns created spreadsheet details.

**Fields**: `message`, `spreadsheet_name`, `spreadsheet_id`, `spreadsheet_url`
