Skip to main content
Glama

hackle-mcp

Official
by hackle-io

analytics-chart-list

Retrieve analytics chart lists for A/B test data with customizable filters like chart type, page size, and search keywords using Hackle API’s MCP server.

Instructions

fetch data analytics chart list.

Input Schema

NameRequiredDescriptionDefault
chartTypeNo
pageNumberNo
pageSizeNo
searchKeywordNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chartType": { "enum": [ "FUNNEL", "DATA_INSIGHT", "RETENTION", "USER_PATH" ], "type": "string" }, "pageNumber": { "default": 1, "type": "number" }, "pageSize": { "default": 100, "type": "number" }, "searchKeyword": { "type": "string" } }, "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