Skip to main content
Glama

hackle-mcp

Official
by hackle-io

analytics-chart-detail

Fetch and visualize detailed analytics from A/B test charts by providing chart ID and type using the hackle-mcp server's tool.

Instructions

fetch analytics chart detail. You can visualize the chart using this tool's result.

Input Schema

NameRequiredDescriptionDefault
chartIdYesChart id
chartTypeYesType of the chart. Will throw an error if given chartId's chart type is different from chartType.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chartId": { "description": "Chart id", "exclusiveMinimum": 0, "type": "number" }, "chartType": { "description": "Type of the chart. Will throw an error if given chartId's chart type is different from chartType.", "enum": [ "FUNNEL", "DATA_INSIGHT", "RETENTION", "USER_PATH" ], "type": "string" } }, "required": [ "chartId", "chartType" ], "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