dbconvert_get_connection
Retrieves non-secret settings for a stored connection, including host, port, username, default database, SSL/SSH topology, and cloud provider. Passwords and keys are structurally absent, so no sensitive data can be exposed.
Instructions
Get credential-free details for one connection: host, port, username, default database, SSL/SSH topology, cloud provider. Passwords, SSH private keys, and cloud access keys/tokens are never included — they are structurally absent, not redacted, so there is no way to retrieve them through MCP. Report only the fields present in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | Stored DBConvert connection ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ssh | No | ||
| ssl | No | ||
| name | Yes | ||
| spec | No | ||
| type | Yes | ||
| created | Yes | ||
| cloudProvider | No |