StarRocks MCP Server

Official
Apache 2.0
20

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

ID: mgys7ofvs0