validateToolToken
Alias for validateToken
with reordered parameters (function name first, then token, then call ID).
Parameters
functionName
The expected function name.
token
The base64url-encoded token to validate.
callId
The expected call ID.
Returns
boolean — true if the token is valid and not expired.