get_metric
Retrieve specific metric data by ID using this tool on the Klaviyo MCP Server, enabling precise tracking and analysis of marketing performance metrics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the metric to retrieve |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "ID of the metric to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}