social-media-mcp
by angheljf
create_x_thread
Create a thread on X (formerly Twitter)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content of the first post |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"description": "Content of the first post",
"type": "string"
}
},
"required": [
"content"
],
"type": "object"
}