Built by Metorial, the integration platform for agentic AI.
Performs one or more editing operations on a Google Docs document. Supports inserting, deleting, and replacing text, formatting, inserting images, tables, page breaks, and creating bullet lists. Operations are executed in order.
Creates or deletes named ranges in a Google Docs document. Named ranges act as bookmarks that allow referencing specific sections of a document for targeted updates or template operations.
Replaces placeholder text in a Google Docs document with dynamic values. Useful for mail merge, generating personalized documents from templates, or populating forms. Each placeholder is replaced with its corresponding value throughout the document.
Lists Google Docs documents accessible to the user. Can filter by name, folder, or other criteria. Returns document metadata including IDs for use with other tools.
Retrieves a Google Docs document by its ID. Returns the document metadata and optionally the full content as both structured JSON and plain text.
Creates a new empty Google Docs document with the specified title. Returns the document ID which can be used to add content using other tools.