Skip to main content
Glama

ABAP-ADT-API MCP-Server

codeCompletionFull

Enhance ABAP development by performing full code completion based on source code, line, column, and pattern key provided to improve coding accuracy and efficiency.

Instructions

Performs full code completion.

Input Schema

NameRequiredDescriptionDefault
columnYes
lineYes
patternKeyYes
sourceYes
sourceUrlYes

Input Schema (JSON Schema)

{ "properties": { "column": { "type": "number" }, "line": { "type": "number" }, "patternKey": { "type": "string" }, "source": { "type": "string" }, "sourceUrl": { "type": "string" } }, "required": [ "sourceUrl", "source", "line", "column", "patternKey" ], "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