segment-metadata-details
Retrieve detailed metadata for specific segments of a table in the StarTree MCP Server for Apache Pinot to aid in data analysis and optimization.
Instructions
Get metadata for segments of a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableName | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tableName": {
"type": "string"
}
},
"required": [
"tableName"
],
"type": "object"
}