Get document
documentedGets the latest version of the specified Google Docs document. ([developers.google.com](https://developers.google.com/workspace/docs/api/reference/rest))
GET /v1/documents/{documentId}Documentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://docs.googleapis.com/v1/documents/{{$documentId}}?fields={{fields}}&suggestionsViewMode={{suggestionsViewMode}}&includeTabsContent={{includeTabsContent}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"