list_pending_approvals
List the user's PENDING approval requests: asks from connected apps (create a card, view full card details, close/pause/resume a card, change a limit) waiting on the user's decision. Surface each one to the user and let THEM decide; after the user answers, resolve with approve_request. NEVER approve or deny on your own — an approval is the user's consent, not yours. Personal sessions only; company-connected sessions have no personal inbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of pending approvals. | |
| status | No | Present only when the list is unavailable: "personal_surface_only" for company-connected sessions. | |
| message | Yes | Human-readable list of pending approvals (or an empty-state note). | |
| approvals | No | Pending, unexpired approval requests, newest first. Each is waiting on the user's decision. |