Get XDaLa session statistics
get_xdala_session_statsUse this when the user asks for aggregate XDaLa session statistics, for example “statistics for the last 2 weeks”, “success/failure counts”, “average session duration”, “average steps per session”, “top errors”, or “how many sessions ran recently”. For “last 2 weeks”, pass windowHours=336.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | EVM address of the XDaLa session owner or relevant account. | |
| windowHours | No | Value for the window hours parameter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured result data returned by the XGR MCP gateway. |