ConnectorsTools
Toolkit that lets an agent call your project's configured connectors (Slack, Stripe, email providers, custom HTTP integrations, etc.). The agent gets a single call(connection, action, params) tool, optionally restricted to specific connections and actions.
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| connection | Restrict the agent to a single connection name (e.g. "slack") or a list of names. None allows any configured connection. Defaults to None. | Optional | None |
| action | Restrict the agent to a single action name (e.g. "send_message") or a list of names. None allows any action. Defaults to None. | Optional | None |
| params | Default parameters merged into every call() (call-site values take precedence). Useful for fixed values like channel IDs or API versions. Defaults to None. | Optional | None |