Skip to main content
Glama

ABAP-ADT-API MCP-Server

fixProposals

Retrieves fix proposals for ABAP code issues by analyzing specific lines and columns in the source. Enhances development workflows by providing actionable solutions.

Instructions

Retrieves fix proposals.

Input Schema

NameRequiredDescriptionDefault
columnYes
lineYes
sourceYes
urlYes

Input Schema (JSON Schema)

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