# X (twitter) Tools

| ✍️ Command                  | 🤝 Usage                 | ✅ Example           |
| --------------------------- | ------------------------ | ------------------- |
| [/x](#recycle-checks)       | `/x {account handle}`    | `/x monsta_labs`    |
| [/del](#deleted-posts)      | `/del {account handle}`  | `/del monsta_labs`  |
| [/mention](#id-1st-5-posts) | `/mention {CA}`          | `/mention 0x123...` |
| [/prev](#recent-tweets)     | `/prev {account handle}` | `/prev monsta_labs` |

### ♻️ <mark style="color:yellow;">Info & Recycle Check</mark> <a href="#recycle-checks" id="recycle-checks"></a>

Retrieves all the juicy deets on an X account; handle, bio, follower squad size, account age, and extras like recycled status, you didn't know you even needed.&#x20;

| ✍️ Example Formats             | 📝 Notes                 |
| ------------------------------ | ------------------------ |
| `/x monsta_labs`               | *just handle*            |
| `/x @monsta_labs`              | handle *with '@' symbol* |
| `/x https://x.com/Monsta_labs` | *with link*              |

<figure><img src="/files/pdreF8kiqxgJpq2h5Yvm" alt=""><figcaption></figcaption></figure>

### ❌ <mark style="color:yellow;">Deleted Posts</mark> <a href="#deleted-posts" id="deleted-posts"></a>

Tracks and recovers deleted tweets that mentioned a contract address (CA).

| ✍️ Example Formats               | 📝 Notes                 |
| -------------------------------- | ------------------------ |
| `/del monsta_labs`               | *just handle*            |
| `/del @monsta_labs`              | *handle with '@' symbol* |
| `/del https://x.com/Monsta_labs` | *with link*              |

<figure><img src="/files/gtv0x03F6AOsFItZWD9u" alt=""><figcaption></figcaption></figure>

### <mark style="color:$danger;">⚡</mark><mark style="color:yellow;">First 5 Mentions</mark> <a href="#id-1st-5-posts" id="id-1st-5-posts"></a>

Tracks the earliest 5 accounts to mention a CA in a post - know who spotted it first.

| ✍️ Example Formats                  | 📝 Notes                                  |
| ----------------------------------- | ----------------------------------------- |
| `/mention pumpCmXqMfrsAkQ5r49WcJ..` | *with full CA (compatible on all chains)* |

<figure><img src="/files/OUBJRDB9iVGYMQUlEq6q" alt=""><figcaption></figcaption></figure>

### 💬 <mark style="color:yellow;">Previous CAs</mark> <a href="#recent-tweets" id="recent-tweets"></a>

See the latest CAs dropped by by a given X account - fresh off the feed.

| ✍️ Example formats                | 📝 Notes                 |
| --------------------------------- | ------------------------ |
| `/prev monsta_labs`               | *just handle*            |
| `/prev @monsta_labs`              | *handle with '@' symbol* |
| `/prev https://x.com/Monsta_labs` | *with link*              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monstalabs.io/core-features/x-twitter-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
