get_connection_capabilities
Retrieve the adapter capability matrix for a specific database connection to see supported operations, without exposing secrets.
Instructions
Return one connection and its adapter capability matrix without secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Public connection representation that can never include credentials. | |
| connection_id | Yes | ||
| contract_version | No | 1.0.0 |