Skip to main content
Glama

ABAP-ADT-API MCP-Server

searchObject

Search for ABAP objects by query string, filter by object type, and limit results with max count using the ABAP-ADT-API MCP-Server tool for efficient ABAP development workflows.

Instructions

Search for objects

Input Schema

NameRequiredDescriptionDefault
maxNoMaximum number of results
objTypeNoObject type filter
queryYesSearch query string

Input Schema (JSON Schema)

{ "properties": { "max": { "description": "Maximum number of results", "optional": true, "type": "number" }, "objType": { "description": "Object type filter", "optional": true, "type": "string" }, "query": { "description": "Search query string", "type": "string" } }, "required": [ "query" ], "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