table-details
Retrieve table size metrics to monitor and optimize data storage in StarTree MCP Server for Apache Pinot by specifying the table name.
Instructions
Get table size details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Table name |
Input Schema (JSON Schema)
{
"properties": {
"tableName": {
"description": "Table name",
"type": "string"
}
},
"required": [
"tableName"
],
"type": "object"
}