Skip to main content
Glama

ABAP-ADT-API MCP-Server

transportReference

Retrieve transport reference details by specifying object name, type, and program ID to manage and track ABAP object transport requests efficiently.

Instructions

Retrieves a transport reference.

Input Schema

NameRequiredDescriptionDefault
obj_nameYesThe object name.
obj_wbtypeYesThe object type.
pgmidYesThe program ID.
tr_numberNoThe transport number.

Input Schema (JSON Schema)

{ "properties": { "obj_name": { "description": "The object name.", "type": "string" }, "obj_wbtype": { "description": "The object type.", "type": "string" }, "pgmid": { "description": "The program ID.", "type": "string" }, "tr_number": { "description": "The transport number.", "optional": true, "type": "string" } }, "required": [ "pgmid", "obj_wbtype", "obj_name" ], "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