Skip to main content
Glama
khushi-nayal

ExD Accelerator MCP Server

by khushi-nayal

deprecate_oob_field

Deprecate an out-of-the-box Adobe-managed field on the decisioning schema using a descriptor. Use for standard fields like itemDescription or itemName; requires confirmation.

Instructions

Deprecate an OOB Adobe-managed field on the decisioning schema via a descriptor. Use for standard fields like itemDescription, itemName. For custom tenant fields use deprecate_schema_field. Requires confirmed: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmedNo
field_pathYesJSON pointer path to the field e.g. /_experience/decisioning/decisionitem/itemDescription
access_tokenNo
Behavior3/5

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

No annotations provided; the description reveals a behavioral requirement (confirmation) but does not disclose other traits like reversibility, permissions, or side effects. The confirmation flag is noted, which adds some transparency but could be more comprehensive.

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?

The description is three concise sentences with no redundancy. It front-loads the purpose and immediately provides usage guidance and a key behavioral requirement.

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?

The tool is relatively simple (deprecate a field). The description covers purpose, usage, and a parameter requirement. While it lacks details about the effect of deprecation or return values, these are somewhat implied. Given no output schema, it is fairly complete.

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 only 33% (only field_path has a description). The description adds meaning by explaining that 'confirmed: true' is required and provides an example field path. However, it does not clarify the access_token parameter, leaving some gaps.

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 clearly states the action (deprecate), target (OOB Adobe-managed field), method (via descriptor), and gives examples (itemDescription, itemName). It effectively distinguishes from the sibling tool deprecate_schema_field for custom fields.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool ('for standard fields like itemDescription, itemName') and when not to ('for custom tenant fields use deprecate_schema_field'). Also notes the requirement for 'confirmed: true', providing clear usage conditions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/khushi-nayal/Decisioning-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server