Skip to main content
Glama

StarRocks MCP Server

Official

table_overview

Retrieve a detailed summary of a specific table, including column details, up to 5 sample rows, and total row count. Optionally, refresh the data to bypass cached results.

Instructions

Get an overview of a specific table: columns, sample rows (up to 5), and total row count. Uses cache unless refresh=true.

Input Schema

NameRequiredDescriptionDefault
refreshNoOptional: Set to true to force refresh the overview, ignoring the cache. Defaults to false.
tableYes[db.]<table> required. Uses default database 'analytics_prod' if `db` part is omitted.

Input Schema (JSON Schema)

{ "properties": { "refresh": { "default": false, "description": "Optional: Set to true to force refresh the overview, ignoring the cache. Defaults to false.", "type": "boolean" }, "table": { "description": "[db.]<table> required. Uses default database 'analytics_prod' if `db` part is omitted.", "type": "string" } }, "required": [ "table" ], "type": "object" }

You must be authenticated.

Other Tools from StarRocks MCP Server

Related Tools

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/StarRocks/mcp-server-starrocks'

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