Skip to content

X nodes

Tools for publishing posts and media to X (Twitter).  These nodes are also served as MCP tools on the x MCP server. Back to the full node reference.

X Publish Media Post

x_publish_media_post · natural-language configurable · 3 credits on Cloud

Publish a post with media to an X (Twitter) account.

Credential: X (Twitter) (OAuth)

Parameters

FieldTypeRequiredDescription
mediaUrlsarray<string>List of media URLs to attach to the tweet.
replyToTweetIdstringIdentifier of the tweet to reply to.
textstringText content of the tweet to publish.

Output

Returns a list of records — reference fields downstream as $<node>.postId.

FieldTypeDescription
postIdstringIdentifier of the published tweet.
postUrlstringURL of the published tweet.
rateLimitobject
statusbooleanWhether the tweet was published successfully.

X Publish Post

x_publish_post · natural-language configurable · 3 credits on Cloud

Publish a post to an X (Twitter) account.

Credential: X (Twitter) (OAuth)

Parameters

FieldTypeRequiredDescription
forSuperFollowersOnlybooleanWhether the tweet is visible to super followers only. Default: false.
possiblyContentSensitivebooleanWhether the tweet may contain sensitive content. Default: false.
replyToTweetIdstringIdentifier of the tweet to reply to.
textstringText content of the tweet to publish.

Output

Returns a list of records — reference fields downstream as $<node>.rateLimit.

FieldTypeDescription
rateLimitobject
statusbooleanWhether the tweet was published successfully.