Skip to main content
Glama
scottehastings16

Adobe Target MCP

getXTOrdersReport

Retrieve orders report data for an Experience Targeting activity, including conversion metrics and order information, to evaluate performance and optimize campaigns.

Instructions

Get orders report data for an Experience Targeting (XT) activity, including conversion metrics and order information

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.6/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 burden. 'Get' implies a non-mutating read operation, but the description does not disclose access requirements, refresh behavior, or potential side effects. It adds only return-content hints beyond the schema.

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

Conciseness4/5

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

One sentence with the action and resource front-loaded, and no significant fluff. The minor redundancy between 'report data' and 'order information' is negligible.

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 report tool with no output schema, the description gives the essential purpose and a hint of return content, but it omits useful context such as the default behavior when reportInterval is omitted and how this report differs from sibling report tools.

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 baseline is 3. The description does not add parameter-level detail beyond the schema, though it does clarify that the report includes conversion metrics and order information.

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?

The description uses a specific verb ('Get') and resource ('orders report data for an Experience Targeting (XT) activity'), and specifies content ('conversion metrics and order information'), making its purpose clear and distinguishable from generic report or activity tools.

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

Usage Guidelines3/5

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

It clearly identifies the target scenario (XT activity orders report), but does not explicitly state when to prefer it over sibling tools like getABOrdersReport or getXTPerformanceReport, nor any exclusions or prerequisites.

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