cfpb_complaint_trends
ActiveTool of io.github.blackboxfoundry/livedatalink
Time-series trends of complaint volume. lens=overview shows total complaints over time; lens=product shows by product; lens=company shows by company; lens=issue shows by issue. Interval can be month, quarter, or year.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"lens"
],
"properties": {
"lens": {
"enum": [
"overview",
"product",
"issue",
"company"
],
"type": "string",
"description": "Trend dimension"
},
"product": {
"type": "string",
"description": "Filter to a specific product"
},
"sub_lens": {
"type": "string",
"description": "Optional sub-dimension"
},
"trend_depth": {
"type": "number",
"description": "Top N to track (default 5)"
},
"trend_interval": {
"enum": [
"month",
"quarter",
"year"
],
"type": "string",
"description": "Time bucket size"
},
"date_received_max": {
"type": "string",
"description": "YYYY-MM-DD upper bound"
},
"date_received_min": {
"type": "string",
"description": "YYYY-MM-DD lower bound"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries