Skip to main content
Glama

mcp-clickhouse-long-running

by cgrdavies

list_tables

Retrieve detailed information about ClickHouse tables in a specified database, including schema, comments, row count, and column count, using customizable filters.

Instructions

List available ClickHouse tables in a database, including schema, comment, row count, and column count.

Input Schema

NameRequiredDescriptionDefault
databaseYes
likeNo
not_likeNo

Input Schema (JSON Schema)

{ "properties": { "database": { "title": "Database", "type": "string" }, "like": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Like" }, "not_like": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Not Like" } }, "required": [ "database" ], "title": "list_tablesArguments", "type": "object" }
Install Server

Other Tools from mcp-clickhouse-long-running

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/cgrdavies/mcp-clickhouse'

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