ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

objectRegistrationInfo

Retrieve registration details for ABAP objects by providing the object URL, enabling developers to access essential metadata for ABAP development workflows via the ABAP-ADT-API MCP-Server.

Instructions

Get registration information for an ABAP object

Input Schema

NameRequiredDescriptionDefault
objectUrlYes

Input Schema (JSON Schema)

{ "properties": { "objectUrl": { "type": "string" } }, "required": [ "objectUrl" ], "type": "object" }
ID: p1uxnf0htn