Get Started
Google Docs
Google Docs document management agent
Scheduling & Collaboration
Available Tools(13)
createDocument
Create a new Google Docs document
updateDocument
Update a Google Docs document with optional formatting
shareDocument
Share a Google Docs document with a user or domain
insertText
Insert text at a specific position in a Google Docs document with optional formatting
replaceText
Replace text in a Google Docs document
deleteImageAtIndex
Delete an image at a specific index in a Google Docs document (0-based index, defaults to 0 if not provided)
deleteTableAtIndex
Delete a table at a specific index in a Google Docs document (0-based index, defaults to 0 if not provided)
getDocument
Get a Google Docs document by ID
listDocuments
List Google Docs documents
deleteDocument
Delete a Google Docs document
appendText
Append text to the end of a Google Docs document with optional formatting
insertImage
Insert an image into a Google Docs document at a specified index (or at the end if not specified)
insertTable
Insert a table into a Google Docs document at a specified index (or at the end if not specified). Optionally pre-fill table cells with cellData (2D array of strings).
Google Docs