read_google_doc
Extract content from Google Docs in text, JSON, or Markdown formats using document ID for integration and analysis.
Instructions
Read the content of a Google Document.
Returns the document content in the specified format. Use 'text' for plain content, 'json' for full structure, or 'markdown' for formatted output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document (from the URL) | |
| format | No | Output format: 'text' (plain text), 'json' (raw API structure), 'markdown' (experimental) | text |
| max_length | No | ||
| tab_id | No |