data-report-detail
Retrieve detailed A/B test data reports by specifying a report ID using a tool on the Hackle MCP server for precise analysis and insights.
Instructions
fetch data report detail.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataReportId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"dataReportId": {
"exclusiveMinimum": 0,
"type": "number"
}
},
"required": [
"dataReportId"
],
"type": "object"
}