check_notification_response
Check if a user has replied to a notification. Waits up to a specified timeout for a response, then returns the result.
Instructions
Check if the user has responded to a notification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The ID of the message to check for responses | |
| timeout_seconds | No | How long to wait for a response before giving up (default: 30) |