List Integrations (Admin)
List the integration catalog joined with this org's configuration state. Returns metadata only — credential values are never included. Requires an admin-scoped API key.
Parameters
This tool does not require any parameters.
Use Cases
- Which integrations are available, and which has this org configured?
- Audit who configured a given integration and when (metadata only — no credential values)
- Check whether
hginsights_v2is set up before running data tools
Example Usage
List the integration catalog with this org's config state
{
"tool": "admin_list_integrations",
"arguments": {}
}
Response Format
| Field | Type | Description |
|---|---|---|
integrations | array | The integration catalog joined with this org's configuration state. Metadata only — credential values are never included. |
integrations[].key | string | Integration catalog key (e.g. 'hginsights_v2'). |
integrations[].name | string | |
integrations[].description | string | |
integrations[].isConfigured | boolean | True when this org has a stored credential for the integration. |
integrations[].hasCredentials | boolean | Alias of isConfigured for contract clarity. |
integrations[].configuredAt | string | null | |
integrations[].updatedAt | string | null | |
integrations[].configuredByEmail | string | null | Email of the admin who configured it. |