Skip to main content
Glama

ABAP-ADT-API MCP-Server

transportRelease

Release a transport request using the ABAP-ADT-API MCP-Server, allowing optional configurations to ignore ATC checks or locks for streamlined transport management.

Instructions

Releases a transport.

Input Schema

NameRequiredDescriptionDefault
IgnoreATCNoWhether to ignore ATC checks.
ignoreLocksNoWhether to ignore locks.
transportNumberYesThe transport number.

Input Schema (JSON Schema)

{ "properties": { "IgnoreATC": { "description": "Whether to ignore ATC checks.", "optional": true, "type": "boolean" }, "ignoreLocks": { "description": "Whether to ignore locks.", "optional": true, "type": "boolean" }, "transportNumber": { "description": "The transport number.", "type": "string" } }, "required": [ "transportNumber" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mario-andreschak/mcp-abap-abap-adt-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server