Skip to main content
Glama

ABAP-ADT-API MCP-Server

activateObjects

Activate ABAP objects by submitting object references for activation, enabling streamlined updates in ABAP development workflows using the ABAP-ADT-API MCP-Server.

Instructions

Activate ABAP objects using object references

Input Schema

NameRequiredDescriptionDefault
objectsYesJSON array of objects to activate. Each object must have adtcore:uri, adtcore:type, adtcore:name, and adtcore:parentUri properties
preauditRequestedNoWhether to perform pre-audit checks

Input Schema (JSON Schema)

{ "properties": { "objects": { "description": "JSON array of objects to activate. Each object must have adtcore:uri, adtcore:type, adtcore:name, and adtcore:parentUri properties", "type": "string" }, "preauditRequested": { "description": "Whether to perform pre-audit checks", "optional": true, "type": "boolean" } }, "required": [ "objects" ], "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