Connect to Google Docs to create and manage documents.
| Action | Description | Parameters | Returns |
|---|---|---|---|
batch_update ⚠ | Batch update a document | document_id, requests | BatchUpdateResponse |
create_document ⚠ | Create a new document | title | Document |
get_document | Get a document by ID | document_id | Document |
get_document_text | Extract plain text from a document | document_id | str |
insert_text ⚠ | Insert text into a document | document_id, text [index] | BatchUpdateResponse |
Full schema explorer, code generation, and live API testing