ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

objectStructure

Retrieve detailed structure information for ABAP objects by providing the object URL. Enhances development workflows within the ABAP-ADT-API MCP-Server ecosystem.

Instructions

Get object structure details

Input Schema

NameRequiredDescriptionDefault
objectUrlYesURL of the object
versionNoVersion of the object

Input Schema (JSON Schema)

{ "properties": { "objectUrl": { "description": "URL of the object", "type": "string" }, "version": { "description": "Version of the object", "optional": true, "type": "string" } }, "required": [ "objectUrl" ], "type": "object" }
ID: p1uxnf0htn