create_wiki_node
Create a new wiki node in a specified space, choosing the resource type (doc, sheet, bitable, etc.) and optionally setting parent node or creating shortcuts.
Instructions
[Official API] Create a new Wiki node inside a space. obj_type picks the underlying resource (doc/sheet/bitable/mindnote/file/docx/slides). UAT-first so the resource is owned by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Wiki space ID (from list_wiki_spaces) | |
| obj_type | Yes | Underlying resource type | |
| title | No | Node title (optional; Feishu generates a default if absent) | |
| parent_node_token | No | Parent wiki node under which to create (optional; root if omitted) | |
| node_type | No | origin = real resource, shortcut = pointer to existing node (default: origin) | origin |
| origin_node_token | No | Required when node_type=shortcut — the wiki node this shortcut points at |