OptionalaccessOptionalaccessOptionalauthOptionalhooksSynchronous callbacks for wiring into an APM/tracing tool of the caller's choice. A throwing hook is caught and logged — it never fails the tool call.
OptionalnamespaceMust match the namespace passed to parseAndFlatten() for this tool, so its name can be resolved back to the OpenAPI operation.
Optionaloauth2OptionalresponseOptionalretryOptionalsignalLets the caller cancel an in-flight tool call (e.g. a user-initiated "Stop") — aborts the underlying HTTP request immediately instead of waiting for it to finish or time out, and skips any further retry attempts.
OptionaltimeoutOptionaltoken
Supplies the access token from scratch (e.g. OAuth2 client_credentials). Takes precedence over tokenRefresher/oauth2State when both are set — the two model different grant types and aren't meant to be combined.