casper
back to apps
Google Docs

Google Docs

to use google docs with casper, just text and ask — casper will handle the connection from your thread.


description

Google Docs is a cloud-based word processor with real-time collaboration, version history, and integration with other Google Workspace apps

what casper can do

  • Copy Google DocumentTool 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.
  • Create a documentCreates 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).
  • Create Document MarkdownCreates a new google docs document, optionally initializing it with a title and content provided as markdown text.
  • Create FooterTool 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.
  • Create FootnoteTool 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.
  • Create HeaderTool 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.

often used together