MCP tool · Orientation
get_pending_action
Poll a confirmation-tier action you started (renew, cancel, change billing cycle, pay from balance, delete a mailbox, restore a backup).
get_pending_action
Read-onlyIdempotent
Description
Poll a confirmation-tier action you started (renew, cancel, change billing cycle, pay from balance, delete a mailbox, restore a backup). Pass the pact_… id a confirmation-required result returned. Reports status — pending while the human has not answered, then executed (with the result), failed, unverified, declined, or expired — plus the preview the human saw. Call it after showing the human the confirmation URL, and again until the status is no longer pending.
Input
| Name | Type | Description |
|---|---|---|
id
required
|
string |
The pending action id (pact_…) returned by a confirmation-required result.
|