Skip to main content
Glama

hackle-mcp

Official
by hackle-io

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

NameRequiredDescriptionDefault
dataReportIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataReportId": { "exclusiveMinimum": 0, "type": "number" } }, "required": [ "dataReportId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hackle-io/hackle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server