listProperties
Lists all Adobe Target properties, providing an overview of available workspaces for targeting and personalization tasks.
Instructions
List all properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Lists all Adobe Target properties, providing an overview of available workspaces for targeting and personalization tasks.
List all properties
| 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?
No annotations are present, so the description carries the full burden. 'List all properties' implies a read-only operation but does not disclose pagination, response format, authorization requirements, or whether there are any limits. Minimal behavioral context is provided.
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 extremely short and front-loaded, but it is under-specified. Every word earns its place, yet the brevity comes at the cost of meaningful context, making it merely adequate rather than well-structured.
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?
Given no output schema and no annotations, the description should provide more context about what properties are and what the response looks like. For a simple zero-parameter list tool it is minimally callable, but an agent would have no idea what to expect from the result or how it fits into the larger API.
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 is nothing for the description to explain. The baseline of 4 applies because schema coverage is effectively complete and no parameter semantics are needed.
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 action and resource ('List all properties'), so it is not a complete tautology. However, 'properties' is undefined and the description adds almost no detail beyond the tool name, making the purpose somewhat vague despite being grammatically clear.
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?
There is no guidance about when to use this tool versus sibling list tools like listActivities, listOffers, or listMboxes. An agent is left to infer that 'properties' is a distinct resource, but no explicit context or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.