feishu_add_bitable_records
Add records to Feishu multi-dimensional tables by specifying field names that match table columns. Use this tool to insert data arrays into specified tables with app tokens.
Instructions
向飞书多维表格添加记录。字段名需与表格字段名一致。
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_token | Yes | 多维表格 app_token 或完整 URL | |
| table_id | No | 数据表 ID,不指定则使用默认表 | |
| records | Yes | 记录数组,如 [{"名称":"张三","状态":"完成"}] |