get-schema
Retrieve a specific schema by its name from the StarTree MCP Server for Apache Pinot, enabling quick access to structured data configurations.
Instructions
Fetch a schema by name
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| schemaName | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "schemaName": {
      "type": "string"
    }
  },
  "required": [
    "schemaName"
  ],
  "type": "object"
}