search_connectors
Search the Scalekit connector catalog for an environment to find connectors by keyword, filter by type, and check setup status.
Instructions
Search the connector catalog (e.g. Google, Notion, Slack) for the given environment. Returns matching connectors with their identifier, category, and type. When includeSetupStatus is true, each result is annotated with whether the connector has been set up in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search keyword to match against connector name, identifier, description, or categories (e.g. "gmail", "slack", "hubspot"). | |
| pageSize | No | ||
| pageToken | No | Opaque token from a previous response to fetch the next page. | |
| connectorType | No | Filter by connector type: SCALEKIT (pre-built connectors provided and maintained by Scalekit, shared across all environments), CUSTOM (connectors created by environment users, scoped to a single environment and not shared between environments), or ALL (both types). | ALL |
| environmentId | Yes | ||
| includeSetupStatus | No | When true, also checks which connectors have been set up (have active connections) in the environment. |