ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

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" }
ID: p1uxnf0htn