ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

syntaxCheckCdsUrl

Validate ABAP code syntax by providing a CDS URL, ensuring accuracy and compliance within ABAP development workflows using the ABAP-ADT-API MCP-Server.

Instructions

Perform ABAP syntax check with CDS URL

Input Schema

NameRequiredDescriptionDefault
cdsUrlYes

Input Schema (JSON Schema)

{ "properties": { "cdsUrl": { "type": "string" } }, "required": [ "cdsUrl" ], "type": "object" }
ID: p1uxnf0htn