Twitter/X Actions
Use this only after Twitter/X is connected and the user asks for an outward X action: post, reply, or send a DM.
Principles
- A connected X account is not permission to act. Posting is public and effectively irreversible once seen — hold outward X actions to at least the outreach bar: new, wanted, timely.
- One-off chat actions still need a clear user request in the current conversation.
- Heartbeat actions require a matching DB-owned connector action policy; if none exists, do not improvise. Use
connector-action-authorizationto establish one. - Keep posts and replies short, literal, and aligned with the user's stated intent. Do not escalate a narrow request ("reply to this thread") into broader posting.
- Personal matters belong in DMs, never public posts.
Flow
- For a new post, call
twitter_x_postwith the exacttextthe user approved. - For a reply, call
twitter_x_replywithreply_to_tweet_idand the text. - For a direct message, call
twitter_x_dm_sendwith theparticipant_idand text. - Report what was posted or sent, quoting the final text.