SingleStore MCP Server

describe_table

Get detailed information about a table

Input Schema

NameRequiredDescriptionDefault
tableYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "table": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table" ], "type": "object" }