queue_post
Schedule a post to be posted later. Provide text or a topic to generate text now, and set an optional delay. Posts wait until you process the queue.
Instructions
Schedule a post for paced execution. Pass text verbatim, or a
topic to generate the text NOW with the configured LLM (the stored
payload is final, list_queue shows exactly what will be posted).
not_before is an optional ISO 8601 timestamp. Nothing executes
until process_queue is called (or auto_drain, if enabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| media | No | ||
| topic | No | ||
| account | Yes | ||
| community | No | ||
| not_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |