describe_table
Retrieve detailed schema information about a specified Bitable table by inputting its name using this Model Context Protocol tool. Ideal for understanding table structures quickly.
Instructions
describe_table by table name
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| name | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "name": {
      "title": "Name",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "title": "describe_tableArguments",
  "type": "object"
}