create_doc
Create a new Feishu document with optional wiki placement. Specify title and optionally folder or wiki space and parent node for organized storage.
Instructions
[Official API] Create a new Feishu document. Can place directly under a Wiki space by passing wiki_space_id (optionally wiki_parent_node_token for nested placement) — the plugin creates the doc in drive then attaches it as a Wiki node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title | |
| folder_id | No | Parent folder token (optional; ignored when wiki_space_id is set) | |
| wiki_space_id | No | Wiki space ID to place the doc under (optional) | |
| wiki_parent_node_token | No | Parent wiki node token within the space (optional; defaults to space root) |