Google Docs

GOOGLEDOCS_GET_DOCUMENT_BY_ID

Retrieves an existing Google Document by its ID; will error if the document is not found.

Remote googledocs

Other tools also called GOOGLEDOCS_GET_DOCUMENT_BY_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "examples": [
        "123abcDeFgHiJkLmNoPqRsTuVwXyZ_0123456789AB"
      ],
      "description": "The unique identifier for the Google Document to be retrieved. This action specifically fetches an existing document and will not create a new one if the ID is not found. You can fetch the documents using GOOGLEDOCS_SEARCH_DOCUMENTS action"
    }
  }
}