Skip to main content
Lists the third-party apps the user has connected to their Agentcard account via OAuth, including when each was connected and whether it is still active. Read-only; to disconnect an app, call revoke_connection with its clientId.

Parameters

This tool takes no parameters.

Returns

One line per connected app with its name, active or inactive status, connection date, granted scopes, and clientId. The structured result includes a count and a connections array with clientId, clientName, scopes, connectedAt, lastTokenAt, and active for each app. If nothing is connected, it returns status: "no_connections" with an empty list.

Example

{ "name": "list_connections", "arguments": {} }