ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

classComponents

Retrieve and list components of an ABAP class by providing its URL. Streamline ABAP development workflows by leveraging the ABAP-ADT-API MCP-Server for efficient management and analysis of class structures.

Instructions

List class components

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the class

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL of the class", "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: p1uxnf0htn