Skip to main content
Glama
scottehastings16

Adobe Target MCP

listMboxProfileAttributes

Retrieve all profile attributes associated with mboxes in Adobe Target. Use this to inspect available visitor data for targeting and personalization decisions.

Instructions

List all profile attributes associated with mboxes in Adobe Target

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.8/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 full burden. 'List all' conveys a read-only enumeration with no side effects, which is adequate for a zero-parameter tool. However, it adds no context such as pagination, ordering, or the meaning of 'associated with mboxes', leaving minor behavioral ambiguity.

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?

A single, front-loaded sentence that states the verb and resource with no filler. Every word earns its place; nothing is redundant or missing in terms of brevity.

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

Completeness4/5

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

For a zero-parameter, read-only enumeration tool, the short description is nearly complete. The only gap is the absence of an output schema and any hint about the return shape, but for a list-all tool the expected return is inferable. Sibling names provide enough context to disambiguate.

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

Parameters4/5

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

The input schema is an empty object with zero parameters, so there is nothing for the description to explain. Per the rubric, zero-parameter tools receive a baseline of 4, and the description fully suffices since no parameter documentation is needed.

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+resource structure: 'List all profile attributes associated with mboxes in Adobe Target'. This clearly distinguishes it from siblings like listMboxes (lists mboxes themselves) and listProperties/listAudiences, so an agent can select it correctly without opening schemas.

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?

No explicit when-to-use guidance, exclusions, or named alternatives are provided. The usage context is only implied by the resource being described ('profile attributes associated with mboxes'), which requires the agent to infer when this is the right tool versus listMboxes or listProperties.

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