voice_of_customer_report
Produce a voice-of-customer report combining outcome metrics and confirmed/uninterested conversation samples.
Remote signal-found/reddit-outreach
Other tools also called voice_of_customer_report?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"sample_size": {
"type": "integer",
"title": "Sample Size",
"default": 5
},
"product_slug": {
"type": "string",
"title": "Product Slug"
},
"lookback_days": {
"type": "integer",
"title": "Lookback Days",
"default": 30
},
"include_ai_insights": {
"type": "boolean",
"title": "Include Ai Insights",
"default": false
}
}
}