MCP ABAP ADT

by mario-andreschak
Verified

GetTypeInfo

Retrieve ABAP type information

Input Schema

NameRequiredDescriptionDefault
type_nameYesName of the ABAP type

Input Schema (JSON Schema)

{ "properties": { "type_name": { "description": "Name of the ABAP type", "type": "string" } }, "required": [ "type_name" ], "type": "object" }