X Profile Page
Profile pages on X.com โ view user timelines, follow/unfollow, reply to and like posts
Tools (10)8 verified
open-postmulti-step
by Joakim-Sael
Click on a post to open its detail/thread page. Pass the exact post text or a unique substring.
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Post text"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): click
get-user-bioextractverified
by Joakim-Sael
Extract the bio/description text of the profile you are viewing
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: [data-testid="UserDescription"]
Result extract: text
click-reply-buttonmulti-step
by Joakim-Sael
Click the Reply button on a specific post to open the reply composer. Pass the exact full text of the post body (or a unique substring that only appears in that one post).
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The post text (exact or unique substring)"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): click
like-postmulti-stepverified
by Joakim-Sael
Like a specific post on the X feed. Pass the exact full text of the post body (or a unique substring that only appears in that one post).
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The post text (exact or unique substring)"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): click
follow-usermulti-stepverified
by Joakim-Sael
Follow the user whose profile you are viewing
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): click
unfollow-usermulti-stepverified
by Joakim-Sael
Unfollow the user whose profile you are viewing
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (2): click โ click
bookmark-postmulti-stepverified
by Joakim-Sael
Bookmark a specific post. Pass the exact post text or a unique substring.
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Post text"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): click
retweet-postmulti-stepverified
by Joakim-Sael
Retweet a specific post. Pass the exact post text or a unique substring.
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Post text"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Steps (2): click โ click
get-feed-postsmulti-stepverified
by Joakim-Sael
Extract visible timeline posts as structured JSON. Much cheaper than a snapshot.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: #__molt_result
Result extract: text
Steps (1): evaluate
get-profile-statsmulti-stepverified
by Joakim-Sael
Extract profile info: name, handle, bio, follower count, following count. Much cheaper than a snapshot.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: #__molt_result
Result extract: text
Steps (1): evaluate
Config ID: a280958a-0315-403c-a267-afa989577109
Created: 3/24/2026
Updated: 3/24/2026