Skip to main content
Glama

hackle-mcp

Official
by hackle-io

in-app-message-list

Retrieve a paginated list of in-app messages with search functionality to locate messages by name, description, or campaign key, enabling efficient management of A/B test messages.

Instructions

Fetches a paginated list of in-app messages with search functionality.

Input Schema

NameRequiredDescriptionDefault
pageNumberNo
pageSizeNo
searchKeywordNoname, description, or campaignKey of an in-app message.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageNumber": { "default": 1, "type": "number" }, "pageSize": { "default": 100, "type": "number" }, "searchKeyword": { "description": "name, description, or campaignKey of an in-app message.", "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