Compute a comprehensive summary of statistics (mean, median, mode, stddev, varia...
https://basic-utils-agent.up.railway.app/statistics/summaryOverview
Compute a comprehensive summary of statistics (mean, median, mode, stddev, variance, min, max, range) for a dataset.
Protocol
x402
Price
$0.0069
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
basic-utils-agent
Source
bazaar
Indexed
2026-03-02 01:12:37
Health
Status
degraded
Latency (p50)
34ms
Uptime (30d)
100.0%
Reliability Score
85/100
Last Checked
2026-05-25 23:41:39
Last Healthy
Never
Consecutive Failures
3
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"type": "http"
}
Output Schema
{
"input": {
"bodyFields": {
"data": {
"description": "List of numeric values for statistical analysis. Maximum length: 10000",
"items": {
"type": "number"
},
"title": "Data",
"type": "array"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"max": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Max"
},
"mean": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Mean"
},
"median": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Median"
},
"min": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Min"
},
"mode": {
"anyOf": [
{
"items": {
"type": "number"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Mode"
},
"range": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Range"
},
"stddev": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Stddev"
},
"variance": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Variance"
}
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-05-25 23:41:39 | degraded | 404 | 29ms | |
| 2026-05-25 13:50:21 | degraded | 404 | 34ms | |
| 2026-05-24 22:25:20 | degraded | 404 | 30ms | |
| 2026-05-24 15:05:27 | degraded | 404 | 34ms | |
| 2026-05-24 06:57:04 | degraded | 404 | 25ms | |
| 2026-05-23 12:27:31 | degraded | 404 | 41ms | |
| 2026-05-23 02:17:19 | degraded | 404 | 35ms |