agent.permission_denied
What happened
Section titled “What happened”You don’t have permission for this action. The assistant can only do what your own account is allowed to do.
Technical background
Section titled “Technical background”AccessDeniedError from the agent’s tool dispatch: the tool exists in the
catalog, but the caller’s roles don’t cover the handler behind it. The
agent runs strictly with the calling user’s permissions — it never
escalates.
Grant the role on the handler, or accept that this tool stays unavailable for that user.