get_abap_contract
Retrieve the compressed public interface signatures of an ABAP class or interface to preview its API surface before writing code.
Instructions
Returns the COMPRESSED public interface (signatures, no method bodies) of a class or interface — typically 5–10% of the full source. Use to give an agent the API surface of a dependency cheaply before writing code against it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes | ADT URL of a class or interface, e.g. /sap/bc/adt/oo/classes/zcl_foo |