Skip to main content
Glama

ABAP-ADT-API MCP-Server

syntaxCheckCode

Check ABAP source code syntax for errors to ensure accuracy and compliance. Validate code directly within the ABAP-ADT-API MCP-Server development workflow.

Instructions

Perform ABAP syntax check with source code

Input Schema

NameRequiredDescriptionDefault
codeYes
mainProgramNo
mainUrlNo
urlNo
versionNo

Input Schema (JSON Schema)

{ "properties": { "code": { "type": "string" }, "mainProgram": { "optional": true, "type": "string" }, "mainUrl": { "optional": true, "type": "string" }, "url": { "optional": true, "type": "string" }, "version": { "optional": true, "type": "string" } }, "required": [ "code" ], "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