ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

getTransportConfiguration

Retrieves transport configuration details from the ABAP system by specifying the configuration URL, enabling streamlined transport request management.

Instructions

Retrieves a specific transport configuration.

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the transport configuration.

Input Schema (JSON Schema)

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