ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

fragmentMappings

Retrieves fragment mappings to facilitate ABAP object management within ABAP-ADT-API MCP-Server, ensuring accurate communication and development workflows.

Instructions

Retrieves fragment mappings.

Input Schema

NameRequiredDescriptionDefault
nameYes
typeYes
urlYes

Input Schema (JSON Schema)

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