Skip to main content
Glama

CreateDataElement

Create a new ABAP data element in an SAP system, specifying its name, package, data type, and optional labels. Ensures the data element is created in initial state.

Instructions

Operation: Create. Subject: DataElement. Will be useful for creating data element. Create a new ABAP data element in SAP system. Creates the data element object in initial state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_element_nameYesData element name (e.g., ZZ_E_TEST_001). Must follow SAP naming conventions.
descriptionNoData element description. If not provided, data_element_name will be used.
package_nameYesPackage name (e.g., ZOK_LOCAL, $TMP for local objects)
transport_requestNoTransport request number (e.g., E19K905635). Required for transportable packages.
data_typeNoData type (e.g., CHAR, NUMC) or domain name when type_kind is 'domain'.CHAR
lengthNoData type length. Usually inherited from domain.
decimalsNoDecimal places. Usually inherited from domain.
short_labelNoShort field label (max 10 chars). Applied during update step after creation.
medium_labelNoMedium field label (max 20 chars). Applied during update step after creation.
long_labelNoLong field label (max 40 chars). Applied during update step after creation.
heading_labelNoHeading field label (max 55 chars). Applied during update step after creation.
type_kindNoType kind: 'domain' (default), 'predefinedAbapType', 'refToPredefinedAbapType', 'refToDictionaryType', 'refToClifType'. If not specified, defaults to 'domain'.domain
type_nameNoType name: domain name (when type_kind is 'domain'), data element name (when type_kind is 'refToDictionaryType'), or class name (when type_kind is 'refToClifType')
search_helpNoSearch help name. Applied during update step after creation.
search_help_parameterNoSearch help parameter. Applied during update step after creation.
set_get_parameterNoSet/Get parameter ID. Applied during update step after creation.
Behavior2/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 of disclosing behavioral traits. It only states it creates in 'initial state,' but does not mention prerequisites (e.g., existing package), side effects, or that activation is typically required. This is insufficient for a creation tool.

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

Conciseness2/5

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

The description contains redundancy: 'Operation: Create. Subject: DataElement.' and 'Will be useful for creating data element.' are essentially repetitions of the name. It could be more concise and front-loaded with essential information.

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

Completeness2/5

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

Given the complexity (16 parameters, no output schema) and the presence of many sibling tools, the description fails to provide complete context. It does not explain the creation lifecycle (e.g., need for activation), relationships between parameters, or what 'initial state' means.

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?

The input schema covers 100% of the 16 parameters with descriptions, so the baseline is 3. The tool description does not add any additional meaning or relationships beyond what the schema already provides, so the score stays at 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates a new ABAP data element in SAP system, and adds that it creates it in initial state. This sufficiently distinguishes from sibling tools like CreateDomain or CreateTable. However, the phrasing 'Operation: Create. Subject: DataElement.' is somewhat robotic.

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?

There is no guidance on when to use this tool versus alternatives such as CreateDomain (for underlying domain) or ActivateDataElement (for activation after creation). The description does not provide any when-to-use or when-not-to-use information.

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/fr0ster/mcp-abap-adt'

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