Skip to main content
Glama

StarRocks MCP Server

Official

db_overview

Quickly retrieve an overview of all tables in a StarRocks database, including columns, sample rows, and row counts. Use cache for efficiency or force refresh for updated data.

Instructions

Get an overview (columns, sample rows, row count) for ALL tables in a database. Uses cache unless refresh=True.

Input Schema

NameRequiredDescriptionDefault
dbNoDatabase name. Optional: uses the default database 'analytics_prod' if not provided.
refreshNoOptional: Set to true to force refresh the overview, ignoring the cache. Defaults to false.

Input Schema (JSON Schema)

{ "properties": { "db": { "description": "Database name. Optional: uses the default database 'analytics_prod' if not provided.", "type": "string" }, "refresh": { "default": false, "description": "Optional: Set to true to force refresh the overview, ignoring the cache. Defaults to false.", "type": "boolean" } }, "required": [], "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