get_connector
Retrieve saved connector details by ID, returning name, type, status, visibility, timestamps, and config fingerprint without exposing credentials. Read-only; unknown IDs return not_found.
Instructions
Fetch one saved connector by connector_id: name, connector_type, status, visibility, timestamps, and the config fingerprint — never the stored credentials. Use list_connectors to find ids. Read-only; an unknown or invisible id fails with not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connector_id | Yes | Saved connector id from list_connectors. |