get_btp_destinations
Retrieve all destinations configured in your SAP BTP subaccount, with optional filtering by proxy type or authentication method.
Instructions
Lists all destinations configured in your BTP subaccount.
A destination is a saved connection to an external system. Instead of hardcoding URLs in your code, you define a named destination in BTP and reference it by name.
Filter options: proxy_type: "OnPremise" (via Cloud Connector) or "Internet" (cloud) auth_type: e.g. "OAuth2ClientCredentials", "BasicAuthentication"
Examples of when to use this tool:
"What destinations are configured in BTP?"
"Is there a destination for our S/4HANA system?"
"Show me all on-premise destinations"
"What authentication does the ERP destination use?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_type | No | ||
| proxy_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||