publish_draft
Publishes a saved draft tweet or thread to X (Twitter) using its unique draft ID.
Instructions
Publish a draft tweet or thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
draft_id | Yes | ID of the draft to publish |
Input Schema (JSON Schema)
{
"properties": {
"draft_id": {
"description": "ID of the draft to publish",
"type": "string"
}
},
"required": [
"draft_id"
],
"type": "object"
}