Bitable
JSON →Interact with Lark Bitable tables and data using the Model Context Protocol.
Install
npx -y @smithery/cli Tools · 3
- list_table List tables for the current Bitable. Returns a JSON-encoded list of table names.
- describe_table Describe a table by its name. Parameters: name (str): The name of the table to describe. Returns a JSON-encoded list of columns in the table.
- read_query Execute a SQL query to read data from the tables. Parameters: sql (str): The SQL query to execute. Returns a JSON-encoded list of query results.
Environment variables
PERSONAL_BASE_TOKEN
Links
★ 2 GitHub stars