Skip to main content
Glama
Coaspe

sap-abap-mcp

by Coaspe

Generate RAP Objects

sap.rap.generate
Destructive

Generate confirmed RAP preview object set for an ABAP project by providing reference object, generator type, package, and confirmation to create requested business and service definitions.

Instructions

Generate the confirmed RAP preview object set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
systemIdYes
transportNo
generatorIdYes
packageNameYes
confirmationYes
referenceObjectNameYes
referenceObjectTypeNo

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?

Annotations indicate destructiveHint=true and readOnlyHint=false, which already communicate the mutating nature. The description adds no further behavioral disclosure, such as whether existing objects are overwritten or what side effects occur. The word 'confirmed' hints at a workflow but does not explain the destruction or confirmation requirement. This is acceptable given annotations, but minimal additional 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.

Conciseness3/5

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

The description is a single sentence and front-loaded, but it is too terse to be genuinely useful. While concise, it sacrifices all informative content beyond the basic action. For a complex tool with nested parameters, this level of brevity is under-specification rather than effective conciseness.

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

Completeness1/5

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

Given the tool's complexity (8 parameters, nested objects, destructive hint, confirmation requirement, and no schema descriptions), this one-sentence description is completely inadequate. It does not explain the generation workflow, return values (output schema exists but is not referenced), or the meaning of 'confirmed preview object set'. An agent would be unable to correctly invoke this tool based on the description alone.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of any of the 8 parameters, including the critical 'confirmation', 'content', and 'systemId' fields. The nested content object with required sub-fields is entirely undocumented. The description fails to compensate for the lack of schema descriptions.

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

Purpose3/5

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

The description uses the specific verb 'Generate' and names the resource 'RAP preview object set', indicating the basic action. However, 'confirmed' and 'preview object set' are ambiguous, and it does not distinguish this from sibling tools like sap.rap.preview or sap.rap.validate. The purpose is clear at a high level but lacks specificity.

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?

No guidance is provided on when to use this tool versus alternatives. With many sibling tools such as sap.rap.preview and sap.rap.validate, an agent has no information about prerequisites (e.g., needing a confirmed preview) or when this generation step is appropriate. The description is entirely silent on usage context.

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