get_replies_insights
ActiveTool of mcp-server-dashform
declared in 1.0.0
Get aggregate insights for a form's replies over a time range (completion, drop-off, answer distributions).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"formId"
],
"properties": {
"formId": {
"type": "string"
},
"timeRange": {
"enum": [
"7d",
"30d",
"90d",
"all"
],
"type": "string",
"default": "30d"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries