bitable-data
Installation
SKILL.md
bitable-data
飞书多维表格管理:表 CRUD、记录查询与写入、字段查看。
调用
通过 channel tool 的 action 参数调用:
| Action | 说明 |
|---|---|
list_bitable_tables |
列出应用下的所有数据表 |
list_bitable_records |
查询表中的记录 |
create_bitable_record |
创建新记录 |
update_bitable_record |
更新已有记录 |
delete_bitable_record |
删除记录 |
list_bitable_fields |
列出表的字段定义 |