manage_bitable_table
List, create, update, or delete tables in a Bitable app. Optionally define fields when creating a table.
Instructions
[Official API] Manage a table inside a Bitable app. action=list, create (with optional initial fields), update (rename), delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| app_token | Yes | Bitable app token (required for all actions). Accepts native token, wiki node, or Feishu URL. | |
| table_id | No | Table ID — required for update/delete. | |
| name | No | Table name — required for create, optional for update (rename). | |
| fields | No | Initial field definitions (create only, optional). Each item: {field_name, type, property?} where type is 1=Text, 2=Number, 3=SingleSelect, 4=MultiSelect, 5=DateTime, 7=Checkbox, 11=User, 13=Phone, 15=URL, 17=Attachment, 18=Link, 20=Formula, 21=DuplexLink, 22=Location, 23=GroupChat, 1001=CreateTime, 1002=ModifiedTime, 1003=Creator, 1004=Modifier. |