ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

collectionFeatureDetails

Retrieve detailed information about a specific collection feature using its URL for enhanced ABAP development and analysis workflows.

Instructions

Retrieves details for a given collection feature.

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the collection feature.

Input Schema (JSON Schema)

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