elaichi__connector__get
Read one connector definition by slug: label, category, description, supported auth formats, tool_count and whether it needs a customer-supplied OAuth app. No credentials and no tool schemas — for the tools themselves use connector.list_tools. It also returns restricted: true when governance has blocked this whole connector for YOU. Read it before anything else, because connector.list_tools refuses a blocked connector outright and this is how you learn it without provoking the refusal. restricted: false does NOT mean "nothing is restricted for me" — it is the connector-level signal only, and a caller with individual tools blocked still sees false. tool_count is the PROVIDER’S total and is never filtered: it counts what the connector offers, not what you may run. The two differ whenever a restriction applies, and that difference is not yours to compute or report — do not subtract the rows connector.list_tools returned from tool_count and describe the remainder, because the size of what governance hid from you is an inference this API never states. Returns the object directly, and errors when the slug is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Connector slug from connector.list, e.g. "slack". Connectors are keyed by slug, never by a prefixed id. |