twitter_post
ActiveTool of Palmyr
declared in 1.0.0
Post a tweet from an X account you control (via injected session cookies). Costs 0.001 USDC, paid per-action via x402.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"account_id",
"cookies",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Tweet text"
},
"cookies": {
"type": "array",
"description": "Non-empty array of session cookies for the X account"
},
"payment": {
"type": "string",
"description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
},
"account_id": {
"type": "string",
"description": "Your identifier for the X account"
},
"community_id": {
"type": "string"
},
"proxy_session_id": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Palmyr
https://github.com/0xArtex/Palmyr
1/7 registries