Google Docs
gdoc_get
Get a Google Docs document including its full content structure, headers, footers, and named ranges.
Remote node2flow/google-docs
Other tools also called gdoc_get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string",
"description": "The ID of the document to retrieve"
},
"suggestions_view_mode": {
"enum": [
"DEFAULT_FOR_CURRENT_ACCESS",
"SUGGESTIONS_INLINE",
"PREVIEW_SUGGESTIONS_ACCEPTED",
"PREVIEW_WITHOUT_SUGGESTIONS"
],
"type": "string",
"description": "How to render suggestions. Values: DEFAULT_FOR_CURRENT_ACCESS, SUGGESTIONS_INLINE, PREVIEW_SUGGESTIONS_ACCEPTED, PREVIEW_WITHOUT_SUGGESTIONS"
}
}
}