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

# List Sheets

> List sheets/tabs inside a Google Spreadsheet with basic details

List sheets/tabs inside a Google Spreadsheet with basic details

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

## Inputs

| Field         | Type   | Required | Default | Description                                           |
| ------------- | ------ | -------- | ------- | ----------------------------------------------------- |
| `spreadsheet` | string | Yes      | -       | Google Spreadsheet URL or ID to list its sheets/tabs. |

## Output

**Type**: `List[Dict]`

Returns list of sheets in the spreadsheet.

**Fields**: `sheet_id`, `title`, `sheet_type`, `row_count`, `column_count`, `frozen_row_count`
