Unrestricted Tool Access
Medium
- Category
- Excessive Agency
- Content
tiers: call them only for the token-refresh flow described at the bottom, and never volunteer a re-auth the user didn't ask about. ## Rule zero: never narrate, always re-call Every tool below performs a real network call against Google. The underlying data **changes between turns** — new mail arrives, the user adds calendar events, files appear in shared folders, sheet cells update. When the user asks anything like "do you see it now / what's new / did it arrive / what changed", **call the tool again from scratch**. Never reuse a previous tool result as the answer to a fresh question. Never say "let me check" without then immediately calling the relevant tool — those words must be followed by an actual tool invocation in the same turn.
- Confidence
- 84% confidence
- Finding
- call Every tool
