Skip to main content
Glama

hackle-mcp

Official
by hackle-io

stickiness-series

Analyze user engagement by retrieving time-series data on return visit frequency. Choose weekly or monthly units to track stickiness trends over time using Hackle MCP server.

Instructions

Retrieves time-series data of user stickiness (return visit frequency). Available in weekly and monthly units.

Input Schema

NameRequiredDescriptionDefault
dateNoEnd date in YYYY-MM-DD format.
unitYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "End date in YYYY-MM-DD format.", "type": "string" }, "unit": { "enum": [ "WEEK", "MONTH" ], "type": "string" } }, "required": [ "unit" ], "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