intercom_ask
Ask another intercom session a question and wait for its reply when the next step depends on that answer. Use for blocking queries, not for assignments or notifications.
Instructions
Ask another intercom session a question only when the next step depends on its reply. Use intercom_send for assignments, progress/status checkpoints, and notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| message | Yes | ||
| timeout_ms | No | Maximum time to wait for a reply before returning an error. Use intercom_send plus intercom_pending for longer work. | |
| attachments | No |