Signal Compose Guidance
signal_compose_guidanceComposes a Signal message and returns step-by-step guidance for the user to send it themselves. This tool does NOT send: Signal Desktop exposes no local send API and LMCP reads its database read-only, so it cannot transmit Signal messages. Call it when the user wants to message someone on Signal — it drafts the text and tells them how to deliver it. First call (show_send_steps=false or omitted) returns a preview; show_send_steps=true returns the send-it-yourself steps. chat_id should come from a previous signal_list_chats call — never fabricate IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Plain-text message body | |
| chat_id | Yes | Chat ID from signal_list_chats | |
| show_send_steps | No | Set true to get the send-it-yourself steps. Default: preview only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||