Appearance
Communication
Tools that let the LLM reach you outside the current chat — alerts, summaries, anything worth surfacing. Routed through a communication service provider whose credentials you've stored in the CrowdTime app's API Settings. See Discord for the pairing flow.
discord_send_message
Posts a message to a Discord channel via the webhook you configured in the CrowdTime app's API Settings. Useful for trade-fill alerts, daily summaries, or anything the LLM thinks is worth surfacing outside the current chat.
Arguments:
| Name | Type | Default | Notes |
|---|---|---|---|
content | string | — | Message body. Discord rejects > 2000 chars. |
username | string | Webook Name | Message is sent using the actual webhook name. |
If you have not configured a Discord webhook for this wallet, the tool returns an error pointing you back to Permissions.
Example prompt:
If my SOL position closes in the green, ping me on Discord with the realized PnL.
One-way
Discord webhooks are outbound-only — there is no reply stream and the LLM cannot read messages back from the channel (yet).
