post_calc_stats
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
Exact descriptive statistics — LLMs cannot reliably sum 200 numbers; this can. POST {values:[…]} for count/sum/mean/median/stddev/percentiles; {x:[],y:[]} for Pearson correlation + linear regression; {rows:[…], field} for object arrays — or {collection, field?} to run stats DIRECTLY ON YOUR DATASTORE collection (the paying wallet is the identity; reading extends its life 30 days). Up to 100k values, Kahan-summed. ($0.005 per call, paid via x402)
Parameters schema
{
"type": "object",
"properties": {
"x": {
"type": "array",
"description": "with y: correlation + regression"
},
"y": {
"type": "array"
},
"rows": {
"type": "array",
"description": "objects — with field/fields to pick columns"
},
"field": {
"type": "string"
},
"values": {
"type": "array",
"description": "numbers to describe"
},
"collection": {
"type": "string",
"description": "run stats on YOUR datastore collection instead of posting data"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries