Skip to main content
Glama

ABAP-ADT-API MCP-Server

abapDocumentation

Retrieve ABAP documentation for specific code objects by providing object URI, body content, line, and column details using the ABAP-ADT-API MCP-Server tool.

Instructions

Retrieves ABAP documentation.

Input Schema

NameRequiredDescriptionDefault
bodyYes
columnYes
languageNo
lineYes
objectUriYes

Input Schema (JSON Schema)

{ "properties": { "body": { "type": "string" }, "column": { "type": "number" }, "language": { "optional": true, "type": "string" }, "line": { "type": "number" }, "objectUri": { "type": "string" } }, "required": [ "objectUri", "body", "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