line_send_message
Send a text message to a LINE chat by providing chat ID and text. The tool queues the message and returns an operation for status polling.
Instructions
Queue a text message to a LINE chat. Returns an operation that can be polled with line_get_operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| chat_id | Yes | ||
| reply_to | No | ||
| idempotency_key | No |