Skip to main content
Glama
Coaspe

sap-abap-mcp

by Coaspe

Update Structured ABAP Dictionary Object

sap.ddic.update
Destructive

Apply changes to ABAP Dictionary objects by replacing typed properties or DDL source for domains, data elements, tables, and structures via ADT HTTP API.

Instructions

Optimistically replace typed Domain/Data Element properties or Table/Structure DDL source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
statusYes
systemIdNo
warningsYes
requestIdYes
schemaVersionYes
Behavior3/5

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

The annotations already communicate that the tool is non-read-only and destructive; the description adds the 'optimistically' concurrency behavior and clarifies which ABAP object graph is affected. However, it does not explain conflict handling, activation side effects, or whether the previous source is preserved. The bar is lowered by the annotations, so this is adequate but not rich.

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 a single front-loaded sentence with no filler. It clearly names the action and resource types without repeating the title or generic update language. Every word carries functional meaning.

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?

For a destructive update/write tool, the description omits crucial invocation context: how the target Domain/Data Element/Table/Structure is identified when the schema has zero parameters, what prerequisites exist, what the optimistic conflict outcome is, and what the response represents. The output schema, while present, cannot compensate for missing guidance on target selection and destructive mutation behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero properties, and schema coverage is 100%, so there is nothing for the description to disambiguate at the parameter level. The baseline for zero parameters is 4. No parameter documentation is needed for this dimension, though the missing target-object mechanism becomes a contextual completeness concern.

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 names a concrete action ('optimistically replace') and a precise ABAP Dictionary resource set (Domain/Data Element properties or Table/Structure DDL source), which clearly separates it from sap.ddic.read. It is not a tautology or vague restatement, though it does not explicitly differentiate itself from similar write tools like sap.source.patch or repository update tools.

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 sap.repository.create, sap.source.patch, or sap.repository.delete. The verb 'replace' only implies updating existing objects, but no explicit conditions, exclusions, or sibling-tool references are provided. An agent must infer usage from the tool name rather than from the description.

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/Coaspe/sap-abap-mcp'

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