peaka_get_connection_detail
Retrieve connection-specific configuration details for a data source connection in a Peaka project. Provide projectId and connectionId to get the connection type and fields.
Instructions
Get connection-specific configuration detail for a data source connection in the Peaka project. The response shape varies by connection type — only the type field is guaranteed; remaining fields are connection-specific. Use peaka_list_connections to discover the connectionId.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Peaka project ID to run against. | |
| connectionId | Yes | The connection ID to inspect. Available from peaka_list_connections. |