Skip to main content
Glama
scottehastings16

Adobe Target MCP

getXTPerformanceReport

Retrieve performance metrics, conversions, and visitor data for an Experience Targeting (XT) activity. Provide the activity ID and optional date range to produce the report.

Instructions

Get performance report for an Experience Targeting (XT) activity with metrics, conversions, and visitor data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesActivity ID
reportIntervalNoOptional date range in ISO 8601 format (e.g., "2024-01-01T00:00-07:00/2024-02-01T00:00-07:00")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does convey that this is a read-style report operation and lists the categories of data returned, which is useful. Still, it does not explain whether the report is computed live or cached, how the optional date range impacts the report, or what happens when no data exists.

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?

One clean, front-loaded sentence with no filler. The verb, resource, activity type, and report contents are all present, and every word adds value.

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?

For a simple two-parameter tool this is reasonably complete: it explains the purpose, resource, and high-level return contents. However, with no output schema and no annotations, the description could have added more precision about report fields or date-range behavior, which is a small but real gap.

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%, so the schema already documents both parameters clearly. The description adds no additional parameter-specific meaning beyond what is already in the schema, so the baseline score of 3 is appropriate.

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

Purpose5/5

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

States the specific operation (get), the exact resource (performance report), and the target activity type (Experience Targeting/XT). The mention of metrics, conversions, and visitor data further distinguishes it from sibling report tools such as getABPerformanceReport, getAPTPerformanceReport, and getXTOrdersReport.

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

Usage Guidelines4/5

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

The phrase 'for an Experience Targeting (XT) activity' provides a clear condition for when to use this tool, and sibling names make alternatives apparent. However, it does not explicitly call out when not to use it or name alternative tools, so it falls just short of full routing guidance.

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