list_integrations
List AI provider connections with optional workspace or type filters. Retrieve integration slugs needed for configuration updates.
Instructions
List org-level AI provider connections with optional workspace or type filters. Use this to find integration slugs before model or workspace updates. Returns total plus id, name, slug, provider, status, description, workspace counts, and config summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by integration type: 'workspace', 'organisation', or 'all' (default) | |
| page_size | No | Number of results per page (default 100, max 100) | |
| current_page | No | Page number for pagination | |
| workspace_id | No | Filter integrations accessible by a specific workspace |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |