describe_table
Retrieve the schema and column structure of a Manticore Search table or index to understand data organization and query planning.
Instructions
Get the schema of a specific table/index in Manticore Search.
Args: table_name: The name of the table/index to describe
Returns: A dictionary containing column information including: - columns: List of column names and types
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |