cfpb_complaint_aggregations
ActiveTool of io.github.blackboxfoundry/livedatalink
Aggregate complaint counts by a single facet (product, issue, company, state, company_response, or submitted_via). Useful for ranking companies by complaint volume or finding the most common issue categories.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"facet"
],
"properties": {
"facet": {
"enum": [
"product",
"issue",
"company",
"state",
"company_response",
"submitted_via"
],
"type": "string",
"description": "Field to aggregate by"
},
"company": {
"type": "string",
"description": "Optional company filter"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries