list_integrations
List org-level AI provider connections filtered by workspace or type to locate integration slugs before updating models or workspaces, with status and config summary.
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 | Zero-based page number; the first page is 0 | |
| 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 |