Skip to main content
Glama

ABAP-ADT-API MCP-Server

findDefinition

Locate the definition of symbols in ABAP code by specifying source, line, and column details to streamline development and code analysis.

Instructions

Find symbol definition

Input Schema

NameRequiredDescriptionDefault
endColYes
implementationNo
lineYes
mainProgramNo
sourceYes
startColYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "endCol": { "type": "number" }, "implementation": { "optional": true, "type": "boolean" }, "line": { "type": "number" }, "mainProgram": { "optional": true, "type": "string" }, "source": { "type": "string" }, "startCol": { "type": "number" }, "url": { "type": "string" } }, "required": [ "url", "source", "line", "startCol", "endCol" ], "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