Google Docs is a cloud-based word processor with real-time collaboration, version history, and integration with other Google Workspace apps
Tool to create a copy of an existing google document. use this to duplicate a document, for example, when using an existing document as a template. the copied document will have a default title (e.g., 'copy of [original title]') if no new title is provided, and will be placed in the user's root google drive folder.
Creates a new google docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's id and metadata (excluding body content).
Creates a new google docs document, optionally initializing it with a title and content provided as markdown text.
Tool to create a new footer in a google document. use when you need to add a footer, optionally specifying its type and the section it applies to.
Tool to create a new footnote in a google document. use this when you need to add a footnote at a specific location or at the end of the document body.
Tool to create a new header in a google document. use this tool when you need to add a header to a document, optionally specifying the section it applies to.