read_query
Execute SQL queries on Lark Bitable tables using the Bitable MCP Server to retrieve and analyze data directly from structured datasets.
Instructions
read_query by sql
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| sql | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "sql": {
      "title": "Sql",
      "type": "string"
    }
  },
  "required": [
    "sql"
  ],
  "title": "read_queryArguments",
  "type": "object"
}