Skip to main content
Glama

StarTree MCP Server for Apache Pinot

Official
by startreedata

create-schema

Generate and manage schemas for Apache Pinot using a structured JSON input, with options to override existing schemas or force creation when necessary.

Instructions

Create a new schema

Input Schema

NameRequiredDescriptionDefault
forceNo
overrideNo
schemaJsonYes

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "type": "boolean" }, "override": { "default": true, "type": "boolean" }, "schemaJson": { "type": "string" } }, "required": [ "schemaJson" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/startreedata/mcp-pinot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server