Lark Base

Lark Base

Official
lark-base-team

Connects to Lark Base (formerly Feishu Bitable) collaborative spreadsheets and databases to read, write, and manage data programmatically. Provides full CRUD operations on tables, fields, and records.

9370 views4Local (stdio)

What it does

  • List and browse tables and records
  • Create and delete tables in base apps
  • Manage fields (create, update, delete)
  • Insert new records into tables
  • Update existing table structures
  • Retrieve field information and schemas

Best for

Teams using Lark/Feishu for collaborative data managementAutomating data entry and updates in corporate spreadsheetsBuilding integrations with Lark Base databases
Full read-write access to Lark BaseRequires app tokens and personal base tokens

Tools (13)

list_records

List records from a table

list_tables

List tables from a app

create_table

在一个base app(多维表格) 中创建表单。需要事先获取app token。让用户直接提供app token或者一个base的url,如果没有,用creat_base创建一个app获取app token, 不要伪造app token

update_table

更新一个base app(多维表格)中的表单,如果返回了url,用markdown格式显示这个url,并引导用户访问这个url

delete_table

Delete a table in a base app(多维表格)

Alternatives