list_connections
List the third-party apps the user has connected to their Agentcard account via OAuth (e.g. Kilo), including when each was connected and whether it is still active. Read-only. To revoke an app, call revoke_connection with its clientId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of connected apps. | |
| status | No | Result status: "no_connections" when none are connected, otherwise "ok". | |
| message | Yes | Human-readable summary of the connected apps. | |
| connections | No | The third-party apps connected to the user's account via OAuth. |