listMboxes
Retrieve all mboxes from Adobe Target to see available locations for activities, offers, and personalization.
Instructions
List all mboxes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve all mboxes from Adobe Target to see available locations for activities, offers, and personalization.
List all mboxes
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v2.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral disclosure burden. 'List all mboxes' does communicate a read-only, unfiltered retrieval action, but it does not mention output shape, pagination, potential size, or any other operational behavior. Adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single focused sentence with no filler. It states the essential action and scope immediately and wastes no tokens.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-annotation list tool, the description is largely complete: it says what is listed and that it is all items. It could be slightly more complete by mentioning that there is no filtering or by noting the return behavior, but the simplicity of the tool lowers the burden.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there are no parameter semantics to document. The schema coverage is 100%, and the description does not need to add parameter meaning beyond the empty schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb ('List') and a specific resource ('all mboxes'), making the tool's purpose unambiguous. The word 'all' also distinguishes it from the sibling tool getMbox, which targets a single mbox.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool should be used when an agent needs the full set of mboxes, but it provides no explicit guidance about alternatives such as getMbox for a single mbox or listMboxProfileAttributes for attributes. Usage is inferred rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.