ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

findObjectPath

Identify the path of an ABAP object using its URL to enhance development workflows in the ABAP-ADT-API MCP-Server environment.

Instructions

Find path for an object

Input Schema

NameRequiredDescriptionDefault
objectUrlYesURL of the object to find path for

Input Schema (JSON Schema)

{ "properties": { "objectUrl": { "description": "URL of the object to find path for", "type": "string" } }, "required": [ "objectUrl" ], "type": "object" }
ID: p1uxnf0htn