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 (POST)
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
healthy
Latency (p50)
52ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-09-25 18:38:48
Last Healthy
2026-09-25 18:38:48
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
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-09-25 18:38:48 | healthy | 402 | 685ms | |
| 2026-09-25 06:49:17 | healthy | 402 | 47ms | |
| 2026-09-24 14:07:10 | healthy | 402 | 32ms | |
| 2026-09-24 07:46:16 | healthy | 402 | 152ms | |
| 2026-09-23 22:03:55 | healthy | 402 | 42ms | |
| 2026-09-23 12:14:17 | healthy | 402 | 48ms | |
| 2026-09-23 06:18:07 | healthy | 402 | 74ms | |
| 2026-09-22 21:29:29 | healthy | 402 | 52ms |