The agent says it searched Drive but misses files I can see — no error appeared. Why?
The silent failure is usually a permission or corpus-scope mismatch. Drive search results are constrained by the OAuth identity, shared-drive membership, and whether the connector can read file content after discovery. A file name can appear in a shortcut or search index while its content remains inaccessible, producing incomplete summaries. The engineering fix is to test with a deliberately shared project folder, verify the connected identity, and use file IDs plus explicit shared-drive context for sensitive workflows.
Can it send Gmail or create Calendar events automatically?
Only with write scopes and the corresponding API permissions. Treat email and calendar actions as side effects: use draft-first or preview-first workflows and require confirmation with the exact recipients, body, attachments, and event time.
How does it handle Google Sheets formulas?
It can read and write ranges, but formulas are not equivalent to computed values until recalculation completes. Ask the agent to distinguish formula text from displayed values and verify the target range after mutation.
Is domain-wide delegation appropriate?
Usually not for a general agent. It allows service-account impersonation across users and turns one credential compromise into an organization-wide incident. Reserve it for tightly governed, service-specific automation with audit controls.