list_integrations
List organization-level AI provider integrations with optional workspace or type filters. Retrieve integration slugs and details before updating models or workspaces.
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 |
|---|---|---|---|
| current_page | No | Page number for pagination | |
| page_size | No | Number of results per page (default 100, max 100) | |
| workspace_id | No | Filter integrations accessible by a specific workspace | |
| type | No | Filter by integration type: 'workspace', 'organisation', or 'all' (default) |
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 |