get-table-config
Retrieve table configuration details from Apache Pinot by specifying the table name and type using the provided tool for StarTree MCP Server.
Instructions
Get table configuration
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| tableName | Yes | ||
| tableType | No | 
Input Schema (JSON Schema)
{
  "properties": {
    "tableName": {
      "type": "string"
    },
    "tableType": {
      "type": "string"
    }
  },
  "required": [
    "tableName"
  ],
  "type": "object"
}