Skip to main content
Glama

flow_report

Read-only

Get Klaviyo email flow automation performance metrics, including revenue for welcome series, abandoned cart, and post-purchase flows, with preset or custom date ranges.

Instructions

Get email flow (automation) performance for a Klaviyo account. Returns metrics for welcome series, abandoned cart, post-purchase, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoCustom range end, YYYY-MM-DD. Defaults to today.
yearNoYear for quarter, e.g. 2024.
startNoCustom range start, YYYY-MM-DD. Overrides timeframe. Data floor: 2023-06-01 (earlier is clamped).
accountYesAccount name
quarterNoQuarter 1-4 (with year) - convenience for a full quarter.
timeframeNoPreset period. Default: last_30_days. Ignored if a custom range is given.
conversion_metric_idYesMetric ID for revenue tracking (Placed Order). REQUIRED. Get from list_metrics tool first.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds a little context by clarifying that it returns metrics for common flows, but it does not disclose aggregation behavior, return format, or limitations beyond what the schema already documents. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with the action front-loaded and only relevant examples included. There is no filler or redundant restatement of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is sufficient for a read-only report tool but lacks sibling differentiation and any detail on return values, especially with no output schema. An agent could confuse it with flow_series_report or custom_report without additional context. Operational details are mostly delegated to the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the schema already provides meaningful details for parameters like conversion_metric_id, start/end, and timeframe. The description itself does not add parameter-level semantics, so it appropriately relies on the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action and resource: getting email flow (automation) performance for a Klaviyo account, and gives examples of covered flows (welcome series, abandoned cart, post-purchase). It is clear about what the tool does, though it does not explicitly differentiate itself from the sibling flow_series_report.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to choose this tool over alternatives such as flow_series_report, campaign_report, or custom_report. The description implies it is for flow performance reporting, but it does not state exclusions or direct the agent to a sibling for other needs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/scalably-io/klaviyo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server