Skip to main content
Glama

UpdateStructure

Update the DDL source code of an existing ABAP structure with automatic lock/unlock and optional activation.

Instructions

Operation: Update, Create. Subject: Structure. Will be useful for updating or creating structure. Update DDL source code of an existing ABAP structure. Locks, updates, unlocks, and optionally activates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
structure_nameYesStructure name (e.g., ZZ_S_TEST_001). Structure must already exist.
ddl_codeYesComplete DDL source code for structure. Example: '@EndUserText.label : \'My Structure\' @AbapCatalog.tableCategory : #TRANSPARENT define structure zz_s_test_001 { client : abap.clnt not null; id : abap.char(10); name : abap.char(255); }'
transport_requestNoTransport request number (e.g., E19K905635). Optional if object is local or already in transport.
activateNoActivate structure after source update. Default: true.
Behavior4/5

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

The description reveals important behavioral traits: 'Locks, updates, unlocks, and optionally activates.' This discloses lock management and activation behavior that is not captured in the schema or annotations (which are absent). This helps the agent understand side effects and workflow integration.

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

Conciseness4/5

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

The description is relatively concise at three sentences, but includes repetitive phrases like 'Operation: Update, Create' and 'Subject: Structure.' These could be merged or removed. Overall it is front-loaded with the main purpose, earning a 4.

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?

With no output schema and moderate complexity (4 params, 2 required), the description covers the essential workflow: updating DDL, locking, unlocking, and optional activation. It lacks information on error handling or return values, but given the absence of annotations and output schema, it provides sufficient context for an agent to use the tool correctly.

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 schema already provides 100% description coverage for all four parameters, including examples for ddl_code. The tool description does not add any additional meaning or real-world context beyond what the schema provides. Baseline score of 3 is appropriate since the schema does the heavy lifting.

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 states 'Update DDL source code of an existing ABAP structure,' which clearly identifies the tool's purpose: modifying an existing structure's DDL. The phrase 'Operation: Update, Create' is slightly misleading because the tool only updates existing structures (structure_name must already exist), but the core action is clear. Among sibling tools like CreateStructure, this distinction is implied.

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?

The description provides no explicit guidance on when to use this tool versus alternatives like CreateStructure or CheckStructure. It vaguely says 'Will be useful for updating or creating structure,' but creation is not supported. No exclusions or prerequisites are mentioned, leaving the agent without decision support.

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