Apache Pinot · Capability

Apache Pinot Analytics Workflow

Workflow for executing real-time OLAP queries, managing schemas and tables, and monitoring the Pinot cluster.

Run with Naftiko Apache PinotAnalyticsReal-Time OLAPSQL

What You Can Do

POST
Query — Execute SQL query
/v1/query
GET
List tables — List tables
/v1/tables

MCP Tools

query-sql

Execute a SQL query against Pinot tables

read-only
list-tables

List all tables in the Pinot cluster

read-only
get-table

Get the configuration of a specific table

read-only
create-table

Create a new Pinot table

list-schemas

List all registered schemas

read-only
get-schema

Get a specific schema definition

read-only
list-segments

List all segments for a table

read-only
get-cluster-info

Get Pinot cluster status and information

read-only