I’ve handled a similar setup in VAPI where tokens from an auth tool needed to be reused in later tool calls. The best fix is to store the token in session memory and map it directly in your tool function calls instead of relying on prompt text. I can help you structure that flow so it’s consistent and secure. Are you running all tools under one agent or chaining multiple ones?
@cybernoid