manage_bitable_app
Create, copy, or retrieve metadata of Bitable apps. Provides operations to start a new app, duplicate an existing one, or read its metadata.
Instructions
[Official API] Manage a Bitable app. action=create (new app, optional wiki_space_id to attach), copy (duplicate an existing app), get_meta (read app metadata).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| app_token | No | Required for copy/get_meta. Native token, wiki node, or Feishu URL. | |
| name | No | New app name. Required for create/copy. | |
| folder_id | No | Destination folder token (optional for create/copy; ignored when wiki_space_id is set). | |
| wiki_space_id | No | Wiki space ID — create the app directly under this space (create only). | |
| wiki_parent_node_token | No | Parent wiki node within the space (optional for create). |