Google Docs

gdoc_create

Create a new Google Docs document with a title. Returns the document ID and metadata.

Remote node2flow/google-docs

Other tools also called gdoc_create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "Title for the new document"
    }
  }
}