ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

findCollectionByUrl

Retrieve a specific collection using its URL within the ABAP-ADT-API MCP-Server, enabling efficient management of ABAP objects and development workflows.

Instructions

Finds a collection by its URL.

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the collection.

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL of the collection.", "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: p1uxnf0htn