Skip to main content
Glama

ABAP-ADT-API MCP-Server

createTestInclude

Generate test includes for ABAP classes using lock handles, enabling efficient test management within ABAP development environments via the ABAP-ADT-API MCP-Server.

Instructions

Create test include for class

Input Schema

NameRequiredDescriptionDefault
clasYesThe class name
lockHandleYesThe lock handle
transportNoThe transport number

Input Schema (JSON Schema)

{ "properties": { "clas": { "description": "The class name", "type": "string" }, "lockHandle": { "description": "The lock handle", "type": "string" }, "transport": { "description": "The transport number", "optional": true, "type": "string" } }, "required": [ "clas", "lockHandle" ], "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