Request Poll¶
Check/wait for a response to a previously delivered request. Without timeout_seconds: single immediate check. With timeout_seconds: blocks until response or timeout (max recommended: 110s). Response is cleared from Obsidian after reading (one-shot).
MCP name: request_poll
Category: notifications
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
interval_seconds |
int |
No | Seconds between polls (default: 3) |
notification_id |
str |
Yes | The request ID to poll |
timeout_seconds |
int |
No | Poll timeout. Omit for immediate check. Max recommended: 110s |