Skip to main content
Glama

ABAP-ADT-API MCP-Server

createObject

Generate new ABAP objects by specifying type, name, description, and parent details. Integrates with the ABAP-ADT-API MCP-Server to streamline ABAP development workflows.

Instructions

Create a new ABAP object

Input Schema

NameRequiredDescriptionDefault
descriptionYes
nameYes
objtypeYes
parentNameYes
parentPathYes
responsibleNo
transportNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "objtype": { "type": "string" }, "parentName": { "type": "string" }, "parentPath": { "type": "string" }, "responsible": { "optional": true, "type": "string" }, "transport": { "optional": true, "type": "string" } }, "required": [ "objtype", "name", "parentName", "description", "parentPath" ], "type": "object" }

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/mario-andreschak/mcp-abap-abap-adt-api'

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