x_community
Manage X/Twitter Communities as a connected account: create a new community, join or leave an existing one, or delete a community you own.
Guidance: PREREQUISITE: connect an X account. Acts as a handle THIS wallet owns. action=create (name, optional description) | join|leave (community_id) | delete (community_id + community_name confirmation). account required. Payment settles before the action; Idempotency-Key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | create: the community name. | |
| action | Yes | Which community action. | |
| account | Yes | A connected X handle owned by this wallet (no @). | |
| description | No | create: optional community description. | |
| community_id | No | join|leave|delete: the community ID. | |
| community_name | No | delete: the community name, as confirmation. |