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

# Read Content

> Read content from a Google Docs document including text, headings, lists, and tables

Read content from a Google Docs document including text, headings, lists, and tables. Supports markdown export format.

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

## Inputs

| Field                | Type    | Required | Default | Description                                                                                                                                                                            |
| -------------------- | ------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `document`           | string  | Yes      | -       | Enter the URL or ID of the Google Doc to read content from                                                                                                                             |
| `export_as_markdown` | boolean | No       | `False` | Export document content as Markdown format. All elements including text, headings, lists, tables, and links will be converted to their Markdown equivalents. NOTE: Images are ignored. |

## Output

**Type**: `str`

Returns document text content.
