Get Connection

Overview

get_connection gets static metadata for a single existing connection by connection_id — name, category, type, consent policy. For a list of all the user's connections with live status, use list_connections instead, whose per-item fields are a superset of what this tool returns.

Required Parameters

connection_id (string)

  • The connection identifier. Same value as endpoint_name/endpoint.name from search_connections results, or id from list_connections results.

Returns

id, name, category, type, is_direct, integration_type, consent_policy_url, consent_validity_duration, endpoint_status.

Notes

Unlike list_connections, this does not include live status, sync_status, sync_errors, last_synced, or disconnect_url — for those, use list_connections.



Did this page help you?