Intents
Semantic search phrases for operation discovery
google-docs / docs.documents.batchUpdate
Apply edits to a Google Docs document conditioned on a specific revision ID (use writeControl) to avoid collaborator conflicts.
gpt-5-mini-2025-08-07
Generated 2 months ago Apply multiple edits atomically to a Google Docs document using the Google Docs API batchUpdate.
gpt-5-mini-2025-08-07
Generated 2 months ago Insert or modify document structure—tables, images, headers/footers—in Google Docs in one atomic request.
gpt-5-mini-2025-08-07
Generated 2 months ago Perform a global search-and-replace across a Google Docs document (replaceAllText) in a single batch update.
gpt-5-mini-2025-08-07
Generated 2 months ago google-docs / docs.documents.create
Create a Google Docs document with a title and return its document ID for sharing or collaboration.
gpt-5-mini-2025-08-07
Generated 2 months ago Create a new blank document in Google Docs with a specified title.
gpt-5-mini-2025-08-07
Generated 2 months ago Create a titled Google Docs document as a placeholder for programmatic content insertion to be populated later.
gpt-5-mini-2025-08-07
Generated 2 months ago google-docs / docs.documents.get
Fetch all tabs and their content from a multi-tab Google Docs document (include tab contents rather than only the first tab).
gpt-5-mini-2025-08-07
Generated 2 months ago Get a Google Docs document by document ID (latest version).
gpt-5-mini-2025-08-07
Generated 2 months ago Load a Google Docs document with suggestions view applied (show suggestions inline or preview with suggestions accepted/rejected).
gpt-5-mini-2025-08-07
Generated 2 months ago Retrieve a Google Docs document to prepare edits — fetch current content and revisionId before calling batchUpdate.
gpt-5-mini-2025-08-07
Generated 2 months ago