> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# list_connections

> List third-party apps connected to the Agentcard account

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

```json theme={null}
{ "name": "list_connections", "arguments": {} }
```
