in-app-message-detail
Retrieve detailed information on specific in-app messages using the tool integrated with Hackle’s MCP server, enabling precise querying of A/B test message data.
Instructions
Retrieves detailed information for a specific in-app message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inAppMessageId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"inAppMessageId": {
"type": "number"
}
},
"required": [
"inAppMessageId"
],
"type": "object"
}