Get XDaLa session timeseries
get_xdala_session_timeseriesUse this when the user asks for XDaLa sessions over time, for example “sessions per day”, “daily sessions last 2 weeks”, “monthly session trend”, or “success/fail per day”. For “last 2 weeks by day”, pass windowHours=336 and bucket="day".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | EVM address of the XDaLa session owner or relevant account. | |
| bucket | No | Value for the bucket parameter. | |
| 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. |