Skip to main content
Glama

CreatePackage

Create new ABAP packages in SAP systems to organize development objects. Specify package name, parent package, type, and transport details as needed.

Instructions

Create a new ABAP package in SAP system. Packages are containers for development objects and are essential for organizing code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYesPackage name (e.g., ZOK_TEST_0002). Must follow SAP naming conventions (start with Z or Y for customer namespace).
descriptionNoPackage description. If not provided, package_name will be used.
super_packageYesParent package name (e.g., ZOK_PACKAGE). Required for structure packages.
package_typeNoPackage type: 'development' (default) or 'structure'development
software_componentNoSoftware component (e.g., HOME, ZLOCAL). If not provided, SAP will set a default (typically ZLOCAL for local packages).
transport_layerNoTransport layer (e.g., ZE19). Required for transportable packages.
transport_requestNoTransport request number (e.g., E19K905635). Required if package is transportable.
record_changesNoEnable change recording for the package. Required for transportable packages. Default: false.
application_componentNoApplication component (optional, e.g., BC-ABA)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states this creates a package but doesn't mention permissions required, whether this is a safe operation, potential side effects, error conditions, or what happens on success. For a creation tool with zero annotation coverage, this leaves significant behavioral gaps.

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 perfectly concise with two sentences that directly address the tool's purpose and context. Every word earns its place, with no redundant information or unnecessary elaboration.

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

Completeness3/5

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

For a creation tool with 9 parameters and no annotations or output schema, the description provides basic purpose but lacks critical context about behavioral aspects, usage scenarios, and expected outcomes. The comprehensive schema helps, but the description alone is insufficient for full understanding of this complex operation.

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 100%, so the schema already documents all 9 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema, but the schema provides comprehensive descriptions including naming conventions, defaults, and requirements. Baseline 3 is appropriate when 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 clearly states the action ('Create a new ABAP package') and resource ('in SAP system'), with additional context about packages being containers for development objects. It distinguishes from siblings by focusing specifically on package creation rather than other ABAP objects, though it doesn't explicitly contrast with other creation 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?

No guidance is provided about when to use this tool versus alternatives. The description mentions packages are 'essential for organizing code' but doesn't specify prerequisites, dependencies, or when this creation is appropriate compared to other package-related operations or other object creation tools.

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