whodb_pending
Retrieve all pending write confirmations waiting for approval to recover lost confirmation tokens or check pending operations.
Instructions
List all pending write confirmations that are waiting for approval.
Best for: Recovering lost confirmation tokens; checking what operations are pending. Not recommended for: Anything else — this is a utility tool for the confirm-writes workflow.
Usage Example:
{
"name": "whodb_pending",
"arguments": {}
}Returns: Array of pending confirmations with token, query, connection, and expiry time.
Important: Tokens are single-use and expire after 60 seconds. If expired, re-submit the original query to get a new token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending | Yes | ||
| error | No | ||
| request_id | No |