Create Topic
topic_createCreate a discussion topic with plain text or Markdown article. Article type demands a title and supports rich formatting.
Instructions
Create a new discussion topic. topic_type="post" (default) is plain text; "article" requires a non-empty title and accepts Markdown body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Topic title. Required when topic_type is "article", optional for "post". | |
| body | Yes | Topic body. "post" type is plain text only; "article" type accepts Markdown. | |
| symbols | No | Related security symbols, e.g. ["700.HK", "TSLA.US"] (max 10). | |
| topic_type | No | Topic type: "post" (default, plain text) or "article" (Markdown, title required). |