elaichi__connection__get
Read one connection by id: id, name, display_label, account_label, connector_slug, status, and its owner — owner_user_id plus owner: { id, name, email } — never the credential. It carries NO grant information: there is no shares key and no access_summary on this response at all, so when the question is who else can reach the connection, use connection.list, whose every row carries access_summary. The standard use is confirming that status became "active" after a user opened a connect_url from connection.create or connection.reconnect — this is the ONLY operation that answers that, because connection.list_tools ignores status entirely. Returns the object directly and errors when the id is unknown or not visible to the caller — visible meaning owned or shared with them, and ONLY that: a connection:view/:manage permission does not widen this, so an admin auditing the org cannot read a connection nobody gave them access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Connection id (`conn_…`) from connection.list. |