validate_operations
Validate Google Docs edit operations before execution to catch errors and preview API calls, ensuring successful document updates.
Instructions
Check whether edit operations would succeed without executing them.
Returns the compiled batchUpdate requests plus validation status. Use
this when you want to inspect the exact API calls before they execute,
or when debugging why an edit might fail. Catches address resolution
errors, ambiguous headings, out-of-bounds indices, and invalid
operation parameters.
**Use this before edit_document when uncertain.** Shows exactly what
Arezzo would send to the Google Docs API.
Args:
document_id: The Google Docs document ID.
operations: List of operation dicts (same format as edit_document).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| operations | Yes |