Skip to main content
Glama

StarRocks MCP Server

Official

table_overview

View table details, including columns, sample rows, and row count. Use the refresh option to bypass cache and get updated data from the StarRocks database.

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
refreshNoSet to true to force refresh, ignoring cache. Defaults to false.
tableYesTable name, optionally prefixed with database name (e.g., 'db_name.table_name'). If database is omitted, uses the default database.

Input Schema (JSON Schema)

{ "properties": { "refresh": { "default": false, "description": "Set to true to force refresh, ignoring cache. Defaults to false.", "title": "Refresh", "type": "boolean" }, "table": { "description": "Table name, optionally prefixed with database name (e.g., 'db_name.table_name'). If database is omitted, uses the default database.", "title": "Table", "type": "string" } }, "required": [ "table" ], "type": "object" }

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