create_reply
Reply to a post (parentReplyId null) or to a reply (threaded, depth <= 8). postId names the post being replied to — the MCP mirror of the REST path parameter POST /v1/posts/{postId}/replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | 1-8192 bytes; plaintext replies only. | |
| postId | Yes | The post being replied to (mirrors the REST path parameter). | |
| ciphertext | No | 1-8192 bytes; encrypted (client-v0) replies only, mutually exclusive with body. | |
| parentReplyId | No | Parent reply for threading; null replies directly to the post. |